Chat bot integration now fully functional.

This commit is contained in:
lotodore
2009-08-17 09:45:06 +00:00
parent f7885f9116
commit 836ec60e6d
18 changed files with 180 additions and 37 deletions
+3 -1
View File
@@ -56,6 +56,7 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \
src/third_party/asn1/ChatMessage.h \
src/third_party/asn1/ChatTypeGame.h \
src/third_party/asn1/ChatTypeLobby.h \
src/third_party/asn1/ChatTypeBot.h \
src/third_party/asn1/ChatTypeBroadcast.h \
src/third_party/asn1/ChatRequestMessage.h \
src/third_party/asn1/ChatRequestTypeLobby.h \
@@ -247,8 +248,9 @@ SOURCES += src/third_party/asn1/ChatCleanerMessage.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/ChatTypeLobby.c \
src/third_party/asn1/ChatTypeBot.c \
src/third_party/asn1/ChatTypeBroadcast.c \
src/third_party/asn1/Card.c \
src/third_party/asn1/BOOLEAN.c \