summaryrefslogtreecommitdiffstats
path: root/src/ui/gauge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/gauge.h')
-rw-r--r--src/ui/gauge.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/gauge.h b/src/ui/gauge.h
index bdc85ff..1686c56 100644
--- a/src/ui/gauge.h
+++ b/src/ui/gauge.h
@@ -22,7 +22,7 @@
#include "ui/control.h"
-class CD3DEngine;
+//class CD3DEngine;
@@ -32,14 +32,14 @@ public:
CGauge(CInstanceManager* iMan);
virtual ~CGauge();
- 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 SetLevel(float level);
- float RetLevel();
+ float GetLevel();
protected: