summaryrefslogtreecommitdiffstats
path: root/src/object/motion/motion.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-09-22 14:40:13 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-09-22 14:40:13 +0200
commitfd09071c29452bdfea2c519f0defbffebee42f4c (patch)
tree44d2d9d59d4c98204cb1d60bf101414bfc45b708 /src/object/motion/motion.h
parent37e7c73f439c0d8cbfd0f1c02b7ef5916fd748ae (diff)
downloadcolobot-fd09071c29452bdfea2c519f0defbffebee42f4c.tar.gz
colobot-fd09071c29452bdfea2c519f0defbffebee42f4c.tar.bz2
colobot-fd09071c29452bdfea2c519f0defbffebee42f4c.zip
Data dir paths
- changed access to paths in data directory in CApplication - models now load from data directory
Diffstat (limited to 'src/object/motion/motion.h')
-rw-r--r--src/object/motion/motion.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/object/motion/motion.h b/src/object/motion/motion.h
index d195e65..81bcb08 100644
--- a/src/object/motion/motion.h
+++ b/src/object/motion/motion.h
@@ -21,10 +21,9 @@
#include "common/event.h"
#include "common/global.h"
-#include "object/object.h"
+#include "object/object.h"
-class CInstanceManager;
namespace Gfx {
class CEngine;
@@ -35,6 +34,8 @@ class CWater;
class CCamera;
}
+class CInstanceManager;
+class CApplication;
class CBrain;
class CPhysics;
class CObject;
@@ -74,6 +75,7 @@ protected:
protected:
CInstanceManager* m_iMan;
+ CApplication* m_app;
Gfx::CEngine* m_engine;
Gfx::CLight* m_light;
Gfx::CParticle* m_particle;