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 7959c9a..df1c962 100644
--- a/src/ui/target.h
+++ b/src/ui/target.h
@@ -33,14 +33,14 @@ public:
CTarget(CInstanceManager* iMan);
~CTarget();
- bool Create(FPOINT pos, FPOINT dim, int icon, EventMsg eventMsg);
+ bool Create(Math::Point pos, Math::Point dim, int icon, EventMsg eventMsg);
bool EventProcess(const Event &event);
void Draw();
- bool GetTooltip(FPOINT pos, char* name);
+ bool GetTooltip(Math::Point pos, char* name);
protected:
- CObject* DetectFriendObject(FPOINT pos);
+ CObject* DetectFriendObject(Math::Point pos);
protected:
};