mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-23 15:13:55 -07:00
new protocol code
This commit is contained in:
parent
ba8d40211c
commit
888a64b0fd
25 changed files with 487 additions and 333 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue