]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
Moved Skeleton and Animation to their own folder.
[lugaru.git] / Source / Game.h
index 7369204ebdd1824efb56336d1a7c38e98664bfc2..5526681c5900ec6c9018fe0cedc18fe1e1000f4b 100644 (file)
@@ -27,7 +27,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 
 #include "Terrain.h"
 #include "Skybox.h"
-#include "Skeleton.h"
+#include "Animation/Skeleton.h"
 #include "Models.h"
 #include "Lights.h"
 #include "Person.h"
@@ -148,10 +148,10 @@ void LoadScreenTexture();
 void LoadingScreen();
 int DrawGLScene(StereoSide side);
 void LoadMenu();
-void playdialogueboxsound();
+void playdialoguescenesound();
 int findClosestPlayer();
 void Loadlevel(int which);
-void Loadlevel(const char *name);
+void Loadlevel(const std::string& name);
 void Tick();
 void TickOnce();
 void TickOnceAfter();