summaryrefslogtreecommitdiffstats
path: root/src/motionspider.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/motionspider.h
parentc2b493259d584a0eeef62181836d2606acb18f8b (diff)
downloadcolobot-33a5a937281082a572b3b66483e8a4579db2935d.tar.gz
colobot-33a5a937281082a572b3b66483e8a4579db2935d.tar.bz2
colobot-33a5a937281082a572b3b66483e8a4579db2935d.zip
GCC include and syntax fixes
Diffstat (limited to 'src/motionspider.h')
-rw-r--r--src/motionspider.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/motionspider.h b/src/motionspider.h
index 199f433..294daf3 100644
--- a/src/motionspider.h
+++ b/src/motionspider.h
@@ -20,6 +20,9 @@
#define _MOTIONSPIDER_H_
+#include "motion.h"
+
+
class CInstanceManager;
class CEngine;
class CLight;