summaryrefslogtreecommitdiffstats
path: root/src/ui/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/target.h')
-rw-r--r--src/ui/target.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/target.h b/src/ui/target.h
index d34a9b4..7959c9a 100644
--- a/src/ui/target.h
+++ b/src/ui/target.h
@@ -33,11 +33,11 @@ public:
CTarget(CInstanceManager* iMan);
~CTarget();
- 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();
- BOOL GetTooltip(FPOINT pos, char* name);
+ bool GetTooltip(FPOINT pos, char* name);
protected:
CObject* DetectFriendObject(FPOINT pos);