aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood/norad/delta/globegame.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-12-16 14:17:50 -0500
committerMatthew Hoops2011-12-16 14:17:50 -0500
commit12efb47b536d2f663c9cde2739a1fd40599da669 (patch)
tree9ce08d6a798ff5138ee2908642e6468d7d2b249e /engines/pegasus/neighborhood/norad/delta/globegame.h
parentfdced472abc830c07d28474727db004c8018fcac (diff)
downloadscummvm-rg350-12efb47b536d2f663c9cde2739a1fd40599da669.tar.gz
scummvm-rg350-12efb47b536d2f663c9cde2739a1fd40599da669.tar.bz2
scummvm-rg350-12efb47b536d2f663c9cde2739a1fd40599da669.zip
PEGASUS: Remove t prefix from typedefs
Some other minor cleanup too
Diffstat (limited to 'engines/pegasus/neighborhood/norad/delta/globegame.h')
-rwxr-xr-xengines/pegasus/neighborhood/norad/delta/globegame.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/pegasus/neighborhood/norad/delta/globegame.h b/engines/pegasus/neighborhood/norad/delta/globegame.h
index e2fe318f09..9c31a931fc 100755
--- a/engines/pegasus/neighborhood/norad/delta/globegame.h
+++ b/engines/pegasus/neighborhood/norad/delta/globegame.h
@@ -70,17 +70,17 @@ protected:
class GlobeCountdown : public IdlerAnimation {
public:
- GlobeCountdown(const tDisplayElementID);
+ GlobeCountdown(const DisplayElementID);
virtual ~GlobeCountdown() {}
void setCountdownTime(const int);
void startCountdown();
void stopCountdown();
- void setDisplayOrder(const tDisplayOrder);
+ void setDisplayOrder(const DisplayOrder);
void show();
void hide();
- void moveElementTo(const tCoordType, const tCoordType);
+ void moveElementTo(const CoordType, const CoordType);
void draw(const Common::Rect &);
@@ -125,7 +125,7 @@ protected:
void initInteraction();
void closeInteraction();
- void receiveNotification(Notification *, const tNotificationFlags);
+ void receiveNotification(Notification *, const NotificationFlags);
void spinGlobe(const Input &, const Hotspot *, GlobeTrackDirection);
void clickGlobe(const Input &);