mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
foo
This commit is contained in:
parent
1c2aa15b22
commit
6923c98dc2
12 changed files with 107 additions and 45 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
class Server_Player;
|
||||
class Command;
|
||||
class ProtocolItem;
|
||||
|
||||
class Server_ProtocolHandler : public QObject {
|
||||
Q_OBJECT
|
||||
|
|
@ -31,6 +32,7 @@ public:
|
|||
const QString &getPlayerName() const { return playerName; }
|
||||
|
||||
void processCommand(Command *command);
|
||||
virtual void sendProtocolItem(ProtocolItem *item) = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue