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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/image.h b/src/ui/image.h
index b1f9bdc..9d2aa29 100644
--- a/src/ui/image.h
+++ b/src/ui/image.h
@@ -32,9 +32,9 @@ public:
CImage(CInstanceManager* iMan);
virtual ~CImage();
- BOOL Create(FPOINT pos, FPOINT dim, int icon, EventMsg eventMsg);
+ bool Create(FPOINT pos, FPOINT dim, int icon, EventMsg eventMsg);
- BOOL EventProcess(const Event &event);
+ bool EventProcess(const Event &event);
void Draw();