summaryrefslogtreecommitdiff
path: root/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'game.h')
-rw-r--r--game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/game.h b/game.h
index 7b3ad55..44222c2 100644
--- a/game.h
+++ b/game.h
@@ -19,6 +19,8 @@ class Game {
Game();
~Game();
+ void say(const std::string msg);
+
void run(std::string host, unsigned int port);
void run(std::string host, std::string port);