]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.h
Lots of input work...demo is now fully playable.
[lugaru.git] / Source / Person.h
index a7dee6b789fc76913866aa6afa94f26566d11ad5..b6b65b492a399c0ceead85330a804420220bf6cc 100644 (file)
@@ -3,11 +3,11 @@
 
 /**> HEADER FILES <**/
 
-#include "gl.h"
+#include "gamegl.h"
 #include "Quaternions.h"
 #include "fmod.h"
-#include "skeleton.h"
-#include "models.h"
+#include "Skeleton.h"
+#include "Models.h"
 #include "Constants.h"
 #include "Terrain.h"
 #include "Sprites.h"
@@ -363,4 +363,4 @@ class Person
                HitStruct BulletCollideWithPlayer(XYZ start, XYZ end);
 };
 
-#endif
\ No newline at end of file
+#endif