add chat functions

This commit is contained in:
doitux
2007-05-25 00:09:51 +00:00
parent e8d7009106
commit 2333079b13
12 changed files with 58 additions and 8 deletions
+3
View File
@@ -23,6 +23,7 @@
#include "playerdata.h"
#include "game_defs.h"
#include <string>
#include <iostream>
#include <boost/shared_ptr.hpp>
class GuiInterface;
@@ -58,6 +59,8 @@ public:
void setCurrentGameID(const int& theValue) { currentGameID = theValue; }
int getCurrentGameID() const { return currentGameID; }
void sendChatMessage(std::string message);
private:
int currentGameID;