From 6eaefb4dd401a1c5e9cc7fb8e909521e045c0710 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 14 Mar 2015 16:33:29 -0400 Subject: Removed some unnecessary header transculsions --- src/game.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index ab8b906..065aca8 100644 --- a/src/game.h +++ b/src/game.h @@ -1,12 +1,13 @@ #ifndef GAME_H #define GAME_H -class Game; - -#include "map.h" #include -#include "entity.h" #include +#include "renderer.h" +#include + +class Entity; +class Map; const int TILE_WIDTH = 8; const int TILE_HEIGHT = 8; -- cgit 1.4.1