]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Skeleton.h
Lots of input work...demo is now fully playable.
[lugaru.git] / Source / Skeleton.h
index 30a9f75202cb967b39a2c4e622a1c496f9b272cb..b7e2eed3edbe6a8d78412a79400b622dd8f5fc17 100644 (file)
@@ -7,10 +7,10 @@
 
 
 /**> HEADER FILES <**/
-#include "gl.h"
+#include "gamegl.h"
 #include "Quaternions.h"
 #include "fmod.h"
-#include "objects.h"
+#include "Objects.h"
 #include "Sprites.h"
 #include "binio.h"
 
@@ -203,4 +203,4 @@ public:
        ~Skeleton();
 };
 
-#endif
\ No newline at end of file
+#endif