From 48b4b813a51c374fce43a553608c67c6ca08ea37 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 12 Jun 2011 21:51:47 +0200 Subject: Added a say() function to lua. --- game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'game.h') 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); -- cgit v1.2.3