summaryrefslogtreecommitdiffstats
path: root/src/ui/image.h
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2012-08-17 22:43:07 +0200
committererihel <erihel@gmail.com>2012-08-17 22:43:07 +0200
commitc2464d4c71bbc0154287f0b0441aef05e27cf084 (patch)
treed000ff46f5b9e505c94a8e6532668a57c7f78e2a /src/ui/image.h
parent10b2c562fb7635f9850f1441f08ba8b1a71e31e1 (diff)
downloadcolobot-c2464d4c71bbc0154287f0b0441aef05e27cf084.tar.gz
colobot-c2464d4c71bbc0154287f0b0441aef05e27cf084.tar.bz2
colobot-c2464d4c71bbc0154287f0b0441aef05e27cf084.zip
* changes to ui classes
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);