summaryrefslogtreecommitdiff
path: root/src/gamestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamestate.h')
-rw-r--r--src/gamestate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamestate.h b/src/gamestate.h
index 2249c25..8ff92f5 100644
--- a/src/gamestate.h
+++ b/src/gamestate.h
@@ -22,7 +22,7 @@ public:
22 GameState( Game *pGame, Interface *pIface ); 22 GameState( Game *pGame, Interface *pIface );
23 virtual ~GameState(); 23 virtual ~GameState();
24 24
25 Gats::Object *toGats() const; 25 Gats::Dictionary *toGats() const;
26 void fromGats( Gats::Dictionary *pRoot ); 26 void fromGats( Gats::Dictionary *pRoot );
27 27
28 Interface *getInterface() { return pIface; } 28 Interface *getInterface() { return pIface; }