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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/button.h b/src/ui/button.h
index 0a05b11..38b2dab 100644
--- a/src/ui/button.h
+++ b/src/ui/button.h
@@ -22,7 +22,7 @@
#include "ui/control.h"
-class CD3DEngine;
+//class CD3DEngine;
@@ -32,17 +32,17 @@ public:
CButton(CInstanceManager* iMan);
virtual ~CButton();
- bool Create(Math::Point pos, Math::Point dim, int icon, EventMsg eventMsg);
+ bool Create(Math::Point pos, Math::Point dim, int icon, EventType eventType);
bool EventProcess(const Event &event);
void Draw();
void SetImmediat(bool bRepeat);
- bool RetImmediat();
+ bool GetImmediat();
void SetRepeat(bool bRepeat);
- bool RetRepeat();
+ bool GetRepeat();
protected: