summaryrefslogtreecommitdiffstats
path: root/src/ui/button.h
diff options
context:
space:
mode:
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: