summaryrefslogtreecommitdiff
path: root/game.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-06-12 21:51:47 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-06-12 21:51:47 +0200
commit48b4b813a51c374fce43a553608c67c6ca08ea37 (patch)
tree853cfe0c7551b44d3544f776e926e70e9382b121 /game.h
parentb44b2cb4c16995d218e8d4c767c01c7b87c89816 (diff)
Added a say() function to lua.
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);