summaryrefslogtreecommitdiffstats
path: root/src/ui/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/image.h')
-rw-r--r--src/ui/image.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ui/image.h b/src/ui/image.h
index 85c5962..b6b88c3 100644
--- a/src/ui/image.h
+++ b/src/ui/image.h
@@ -19,8 +19,9 @@
#pragma once
-#include "ui/control.h"
+#include <ui/control.h>
+#include <common/event.h>
class CD3DEngine;
@@ -29,10 +30,10 @@ class CD3DEngine;
class CImage : public CControl
{
public:
- CImage(CInstanceManager* iMan);
+ CImage();
virtual ~CImage();
- bool Create(Math::Point pos, Math::Point dim, int icon, EventMsg eventMsg);
+ bool Create(Math::Point pos, Math::Point dim, int icon, EventType eventMsg);
bool EventProcess(const Event &event);