summaryrefslogtreecommitdiff
path: root/src/gamestate.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-01-19 13:29:06 -0700
committerMike Buland <eichlan@xagasoft.com>2012-01-19 13:29:06 -0700
commit41e136a07ce39ecb1f12a4e119f010bbdc65a1f2 (patch)
treee617b99c16de65347ae20bee999ffd7d085f43fb /src/gamestate.cpp
parentd790ced1f7af3a96c7dba96ea4eb9262f70eb58b (diff)
downloadstage-41e136a07ce39ecb1f12a4e119f010bbdc65a1f2.tar.gz
stage-41e136a07ce39ecb1f12a4e119f010bbdc65a1f2.tar.bz2
stage-41e136a07ce39ecb1f12a4e119f010bbdc65a1f2.tar.xz
stage-41e136a07ce39ecb1f12a4e119f010bbdc65a1f2.zip
the pure-gats interface works!
Diffstat (limited to 'src/gamestate.cpp')
-rw-r--r--src/gamestate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamestate.cpp b/src/gamestate.cpp
index 852926e..10cfafa 100644
--- a/src/gamestate.cpp
+++ b/src/gamestate.cpp
@@ -22,7 +22,7 @@ GameState::~GameState()
22{ 22{
23} 23}
24 24
25Gats::Object *GameState::toGats() const 25Gats::Dictionary *GameState::toGats() const
26{ 26{
27 Gats::Dictionary *pRoot = new Gats::Dictionary; 27 Gats::Dictionary *pRoot = new Gats::Dictionary;
28 28