summaryrefslogtreecommitdiffstats
path: root/src/ui/button.h
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2012-08-31 22:28:07 +0200
committererihel <erihel@gmail.com>2012-08-31 22:28:07 +0200
commit6ba0f42f22a170625f15879e01b4653a4ac153a1 (patch)
tree129478ed8c5e4fd167c7c77c8ce00b88c5a4f83b /src/ui/button.h
parent5408fe92527a4df01e4d66a2cdfdbbbea5738afc (diff)
downloadcolobot-6ba0f42f22a170625f15879e01b4653a4ac153a1.tar.gz
colobot-6ba0f42f22a170625f15879e01b4653a4ac153a1.tar.bz2
colobot-6ba0f42f22a170625f15879e01b4653a4ac153a1.zip
latest changes; few more classes should compile now
Diffstat (limited to 'src/ui/button.h')
-rw-r--r--src/ui/button.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/ui/button.h b/src/ui/button.h
index 924a4d8..789b51c 100644
--- a/src/ui/button.h
+++ b/src/ui/button.h
@@ -20,13 +20,17 @@
#pragma once
-#include "ui/control.h"
+#include <ui/control.h>
+
+#include <graphics/engine/engine.h>
+
+#include <common/event.h>
+#include <common/misc.h>
+#include <common/restext.h>
-namespace Gfx{
-class CEngine;
-}
namespace Ui {
+
class CButton : public CControl
{
public: