X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.h;h=5526681c5900ec6c9018fe0cedc18fe1e1000f4b;hb=1991e81a5c3bcc9cd0d6d49f56ebd8bcbd76e7b4;hp=7ccc49f875b3a7866607e5e7c35a19d806b88174;hpb=cc92cb7b7f9b87cb791c504bf930d622d74db368;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index 7ccc49f..5526681 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -27,7 +27,7 @@ along with Lugaru. If not, see . #include "Terrain.h" #include "Skybox.h" -#include "Skeleton.h" +#include "Animation/Skeleton.h" #include "Models.h" #include "Lights.h" #include "Person.h" @@ -151,7 +151,7 @@ void LoadMenu(); 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();