]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.hpp
Moved things related to tutorial in new Tutorial class
[lugaru.git] / Source / Game.hpp
index 48f51f9eeacc1b4ba325a7bcd0f5cbeabf4232bc..efa119e073b07a2b236a681af2dd017cc32dc616 100644 (file)
@@ -144,7 +144,7 @@ int DrawGLScene(StereoSide side);
 void playdialoguescenesound();
 int findClosestPlayer();
 void Loadlevel(int which);
-void Loadlevel(const std::string& name);
+void Loadlevel(const std::string& name, bool tutorial = false);
 void Tick();
 void TickOnce();
 void TickOnceAfter();