aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/interface.h')
-rwxr-xr-xengines/pegasus/interface.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/pegasus/interface.h b/engines/pegasus/interface.h
index f8ad714e97..a65d9a595a 100755
--- a/engines/pegasus/interface.h
+++ b/engines/pegasus/interface.h
@@ -63,17 +63,17 @@ public:
bool isInventoryUp();
bool isInventoryDown();
- tInventoryResult addInventoryItem(InventoryItem*);
- tInventoryResult removeInventoryItem(InventoryItem*);
+ InventoryResult addInventoryItem(InventoryItem *);
+ InventoryResult removeInventoryItem(InventoryItem *);
void removeAllItemsFromInventory();
InventoryItem *getCurrentInventoryItem();
- void setCurrentInventoryItem(InventoryItem*);
- void setCurrentInventoryItemID(tItemID);
- tInventoryResult addBiochip(BiochipItem*);
+ void setCurrentInventoryItem(InventoryItem *);
+ void setCurrentInventoryItemID(ItemID);
+ InventoryResult addBiochip(BiochipItem *);
void removeAllItemsFromBiochips();
BiochipItem *getCurrentBiochip();
- void setCurrentBiochip(BiochipItem*);
- void setCurrentBiochipID(tItemID);
+ void setCurrentBiochip(BiochipItem *);
+ void setCurrentBiochipID(ItemID);
void setDate(const uint16);
@@ -100,7 +100,7 @@ protected:
void throwAwayBiochipPanel();
void throwAwayEnergyMonitor();
- void receiveNotification(Notification *, const tNotificationFlags);
+ void receiveNotification(Notification *, const NotificationFlags);
void inventoryLidOpen(const bool doCallBacks);
void inventoryLidClosed();
void inventoryDrawerUp();