Modifying protocol such that lobby chat and broadcasts are supported. DOES NOT COMPILE YET.
This commit is contained in:
+13
-3
@@ -53,8 +53,13 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \
|
||||
src/third_party/asn1/BIT_STRING.h \
|
||||
src/third_party/asn1/BOOLEAN.h \
|
||||
src/third_party/asn1/Card.h \
|
||||
src/third_party/asn1/ChatMessage.h \
|
||||
src/third_party/asn1/ChatRequestMessage.h \
|
||||
src/third_party/asn1/ChatMessage.h \
|
||||
src/third_party/asn1/ChatTypeGame.h \
|
||||
src/third_party/asn1/ChatTypeLobby.h \
|
||||
src/third_party/asn1/ChatTypeBroadcast.h \
|
||||
src/third_party/asn1/ChatRequestMessage.h \
|
||||
src/third_party/asn1/ChatRequestTypeLobby.h \
|
||||
src/third_party/asn1/ChatRequestTypeGame.h \
|
||||
src/third_party/asn1/constraints.h \
|
||||
src/third_party/asn1/constr_CHOICE.h \
|
||||
src/third_party/asn1/constr_SEQUENCE.h \
|
||||
@@ -236,8 +241,13 @@ SOURCES += src/third_party/asn1/ChatCleanerMessage.c \
|
||||
src/third_party/asn1/constr_SEQUENCE_OF.c \
|
||||
src/third_party/asn1/constr_SEQUENCE.c \
|
||||
src/third_party/asn1/constr_CHOICE.c \
|
||||
src/third_party/asn1/ChatRequestMessage.c \
|
||||
src/third_party/asn1/ChatRequestMessage.c \
|
||||
src/third_party/asn1/ChatRequestTypeLobby.c \
|
||||
src/third_party/asn1/ChatRequestTypeGame.c \
|
||||
src/third_party/asn1/ChatMessage.c \
|
||||
src/third_party/asn1/ChatTypeLobby.c \
|
||||
src/third_party/asn1/ChatTypeGame.c \
|
||||
src/third_party/asn1/ChatTypeBroadcast.c \
|
||||
src/third_party/asn1/Card.c \
|
||||
src/third_party/asn1/BOOLEAN.c \
|
||||
src/third_party/asn1/BIT_STRING.c \
|
||||
|
||||
Reference in New Issue
Block a user