summaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-04-05 22:23:14 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-04-05 22:23:14 +0200
commit33a5a937281082a572b3b66483e8a4579db2935d (patch)
tree6ace6c1902e9956d25d3efbe32588a848a6a6959 /src/map.h
parentc2b493259d584a0eeef62181836d2606acb18f8b (diff)
downloadcolobot-33a5a937281082a572b3b66483e8a4579db2935d.tar.gz
colobot-33a5a937281082a572b3b66483e8a4579db2935d.tar.bz2
colobot-33a5a937281082a572b3b66483e8a4579db2935d.zip
GCC include and syntax fixes
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/map.h b/src/map.h
index 4936d71..4b1f793 100644
--- a/src/map.h
+++ b/src/map.h
@@ -21,16 +21,15 @@
#include "control.h"
+#include "struct.h"
+#include "object.h"
class CD3DEngine;
class CTerrain;
class CWater;
-class CObject;
class CRobotMain;
-enum ObjectType;
-
#define MAPMAXOBJECT 100