diff options
Diffstat (limited to 'src/tile.h')
-rw-r--r-- | src/tile.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tile.h b/src/tile.h index a6609a3a6..8c1f42e07 100644 --- a/src/tile.h +++ b/src/tile.h @@ -20,7 +20,11 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef TILE_HEADER #define TILE_HEADER -#include "common_irrlicht.h" +#include "irrlichttypes.h" +#include "irr_v2d.h" +#include "irr_v3d.h" +#include <ITexture.h> +#include <IrrlichtDevice.h> #include "threads.h" #include <string> |