X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.h;h=edf867a1d40a05082bc8a10dc646c281c56badc0;hb=6ba5a2e2ff4c5cb2e029890956f636a599d2eb8c;hp=389db5aea69f8d8f8871d71b6549eb8e22569c12;hpb=dc03d60e08bdc0b97ea7b07e8973ed42450c9482;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index 389db5a..edf867a 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -40,10 +40,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "TGALoader.h" -#if PLATFORM_MACOSX -#include "Macinput.h" -#endif - #include "Terrain.h" #include "Skybox.h" #include "Skeleton.h" @@ -51,7 +47,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Lights.h" #include "Person.h" #include "Constants.h" -#include "Sprites.h" +#include "Sprite.h" //#include #include "Text.h" #include "Objects.h"