mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-21 23:00:24 -08:00
decklist transfer code
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <QString>
|
||||
#include <QColor>
|
||||
|
||||
enum ResponseCode { RespNothing, RespOk, RespInvalidCommand, RespNameNotFound, RespLoginNeeded, RespContextError, RespWrongPassword, RespSpectatorsNotAllowed };
|
||||
enum ResponseCode { RespNothing, RespOk, RespInvalidCommand, RespInvalidData, RespNameNotFound, RespLoginNeeded, RespContextError, RespWrongPassword, RespSpectatorsNotAllowed };
|
||||
|
||||
class ServerChatChannelInfo {
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user