new protocol code

This commit is contained in:
Max-Wilhelm Bruker 2010-02-26 17:28:02 +01:00
parent ba8d40211c
commit 888a64b0fd
25 changed files with 487 additions and 333 deletions

View file

@ -12,7 +12,7 @@ class TabChatChannel;
class TabGame;
class TabDeckStorage;
class ChatEvent;
class GameEvent;
class GameEventContainer;
class Event_GameJoined;
class TabSupervisor : public QTabWidget {
@ -42,7 +42,7 @@ private slots:
void chatChannelLeft(TabChatChannel *tab);
void tabUserEvent();
void processChatEvent(ChatEvent *event);
void processGameEvent(GameEvent *event);
void processGameEventContainer(GameEventContainer *cont);
};
#endif