summaryrefslogtreecommitdiffstats
path: root/src/ui/target.h
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2012-09-11 12:49:41 +0200
committererihel <erihel@gmail.com>2012-09-11 12:49:41 +0200
commit01cc0fbc49696a19a56dfdd8359d4bb77e868925 (patch)
tree81d0674e4b54e95dad5508948491a26d9d5522da /src/ui/target.h
parent5903e400d476c2cf62c146643a0693c4fc29d68a (diff)
downloadcolobot-01cc0fbc49696a19a56dfdd8359d4bb77e868925.tar.gz
colobot-01cc0fbc49696a19a56dfdd8359d4bb77e868925.tar.bz2
colobot-01cc0fbc49696a19a56dfdd8359d4bb77e868925.zip
* latest changes
* all files except studio, map and maindialog should compile * did some code cleanup
Diffstat (limited to 'src/ui/target.h')
-rw-r--r--src/ui/target.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ui/target.h b/src/ui/target.h
index 47b9760..1f7f256 100644
--- a/src/ui/target.h
+++ b/src/ui/target.h
@@ -22,8 +22,17 @@
#include <ui/control.h>
+#include <common/misc.h>
+#include <common/iman.h>
+#include <common/restext.h>
#include <common/event.h>
+#include <graphics/engine/engine.h>
+
+#include <object/robotmain.h>
+#include <object/object.h>
+
+
namespace Ui {
class CTarget : public CControl