From 10b2c562fb7635f9850f1441f08ba8b1a71e31e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Konopacki?= Date: Wed, 15 Aug 2012 01:48:49 +0200 Subject: First approach to port 2D UI Interface - changes in src/ui ; be CAREFUL, not every file is changed in a proper way -> bugs - necessary changes in object/robotmain.h and common/misc.h/.cpp in order to compile --- src/ui/compass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/compass.h') diff --git a/src/ui/compass.h b/src/ui/compass.h index 0014f3d..ac5f608 100644 --- a/src/ui/compass.h +++ b/src/ui/compass.h @@ -22,7 +22,7 @@ #include "ui/control.h" -class CD3DEngine; +//class CEngine; @@ -32,7 +32,7 @@ public: CCompass(CInstanceManager* iMan); virtual ~CCompass(); - 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); -- cgit v1.2.3-1-g7c22