Modifying protocol such that lobby chat and broadcasts are supported. DOES NOT COMPILE YET.

This commit is contained in:
lotodore
2009-08-15 08:38:56 +00:00
parent 4593308da8
commit 94db67bbd5
19 changed files with 721 additions and 42 deletions
+13 -3
View File
@@ -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 \