Преглед изворни кода

Fix compilation of terrain_main.cpp

Daniele Bartolini пре 12 година
родитељ
комит
7559cd49bc
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      samples/terrain/terrain_main.cpp

+ 4 - 0
samples/terrain/terrain_main.cpp

@@ -209,6 +209,9 @@ private:
 MainScene m_scene;
 WndCtrl m_ctrl;
 
+namespace crown
+{
+
 void init()
 {
 	m_scene.on_load();
@@ -224,3 +227,4 @@ void frame(float dt)
 	m_scene.update(dt);
 }
 
+}