aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/gamestate.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-09-02 01:06:17 -0400
committerMatthew Hoops2011-09-02 01:06:17 -0400
commitcb7b382acfd29957c9522b08b6460526fc73983c (patch)
tree2168c201e6bd111b32dce94497d29686c56540a2 /engines/pegasus/gamestate.h
parente642906cdda1d943bcbc875c752bb7ba69c2b81e (diff)
downloadscummvm-rg350-cb7b382acfd29957c9522b08b6460526fc73983c.tar.gz
scummvm-rg350-cb7b382acfd29957c9522b08b6460526fc73983c.tar.bz2
scummvm-rg350-cb7b382acfd29957c9522b08b6460526fc73983c.zip
PEGASUS: Restructure remaining (already converted) Game Shell classes
Diffstat (limited to 'engines/pegasus/gamestate.h')
-rwxr-xr-xengines/pegasus/gamestate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/pegasus/gamestate.h b/engines/pegasus/gamestate.h
index af790ce283..4118b5d519 100755
--- a/engines/pegasus/gamestate.h
+++ b/engines/pegasus/gamestate.h
@@ -29,7 +29,7 @@
#include "common/singleton.h"
#include "pegasus/types.h"
-#include "pegasus/Game_Shell/CItem.h"
+#include "pegasus/items/item.h"
namespace Common {
class Error;
@@ -615,8 +615,8 @@ public:
bool allTimeZonesFinished();
void setTakenItemID(tItemID, bool);
bool isTakenItemID(tItemID);
- void setTakenItem(CItem*, bool);
- bool isTakenItem(CItem*);
+ void setTakenItem(Item*, bool);
+ bool isTakenItem(Item*);
// Caldoria
void setCaldoriaFuseTimeLimit(const TimeValue);