summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autostation.cpp
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-06-22 16:31:55 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-06-22 16:31:55 +0200
commit8bb223e67955904c14e26a980927d313272ed22b (patch)
treeaa59cbd36f30485af4720f1055ad6be92caf88ef /src/object/auto/autostation.cpp
parent4531ac88d3c022866d564be40c20593de4c70bfc (diff)
downloadcolobot-8bb223e67955904c14e26a980927d313272ed22b.tar.gz
colobot-8bb223e67955904c14e26a980927d313272ed22b.tar.bz2
colobot-8bb223e67955904c14e26a980927d313272ed22b.zip
Templates for new implementation
- added template of classes/structs for new implementation - changed #include paths - updated README files
Diffstat (limited to 'src/object/auto/autostation.cpp')
-rw-r--r--src/object/auto/autostation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/auto/autostation.cpp b/src/object/auto/autostation.cpp
index 9858ba9..ddd5888 100644
--- a/src/object/auto/autostation.cpp
+++ b/src/object/auto/autostation.cpp
@@ -20,8 +20,8 @@
#include "object/auto/autostation.h"
#include "common/iman.h"
-#include "graphics/common/particule.h"
-#include "graphics/common/terrain.h"
+#include "old/particule.h"
+#include "old/terrain.h"
#include "math/geometry.h"
#include "ui/interface.h"
#include "ui/gauge.h"