summaryrefslogtreecommitdiff
path: root/src/game/GameModel.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-28 19:56:13 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-28 19:56:13 (GMT)
commit7c53ca7799832920066c23cfad2f1d7fa82233c7 (patch)
treea29fab25e584fb7f0d3705f13ac0a97abaae122a /src/game/GameModel.h
parent28d4aecb6c31ac1e450c1f073a0db13437d9d5d1 (diff)
downloadpowder-7c53ca7799832920066c23cfad2f1d7fa82233c7.zip
powder-7c53ca7799832920066c23cfad2f1d7fa82233c7.tar.gz
Voting, fix save browser
Diffstat (limited to 'src/game/GameModel.h')
-rw-r--r--src/game/GameModel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameModel.h b/src/game/GameModel.h
index 3c26bf3..39c7f4a 100644
--- a/src/game/GameModel.h
+++ b/src/game/GameModel.h
@@ -47,6 +47,7 @@ public:
GameModel();
~GameModel();
+ void SetVote(int direction);
Save * GetSave();
Brush * GetBrush();
void SetSave(Save * newSave);