event handling

This commit is contained in:
Max-Wilhelm Bruker 2009-11-28 00:02:11 +01:00
parent e796af2b89
commit 77015c9ebf
34 changed files with 891 additions and 855 deletions

View file

@ -66,7 +66,7 @@ public:
void setActivePhase(int _activePhase);
QList<ServerInfo_Player *> getGameState(Server_Player *playerWhosAsking) const;
void sendGameEvent(GameEvent *event);
void sendGameEvent(GameEvent *event, Server_Player *exclude = 0);
};
#endif