From 2c3bba19e44dac3ad9cc26ea5ec2d55c64e1d8c5 Mon Sep 17 00:00:00 2001 From: lotodore Date: Thu, 8 Jul 2010 18:54:36 +0000 Subject: [PATCH] Adding packets to freely show cards after hand. --- pokerth_protocol.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pokerth_protocol.pro b/pokerth_protocol.pro index ce597bb7..4bff6292 100644 --- a/pokerth_protocol.pro +++ b/pokerth_protocol.pro @@ -159,7 +159,9 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \ src/third_party/asn1/xer_support.h \ src/third_party/asn1/YourActionRejectedMessage.h \ src/third_party/asn1/AnnounceMessage.h \ - src/third_party/asn1/UnauthenticatedLogin.h + src/third_party/asn1/UnauthenticatedLogin.h \ + src/third_party/asn1/AfterHandShowCardsMessage.h \ + src/third_party/asn1/ShowMyCardsRequestMessage.h SOURCES += src/third_party/asn1/ChatCleanerMessage.c \ src/third_party/asn1/CleanerInitMessage.c \ src/third_party/asn1/CleanerInitAckMessage.c \ @@ -291,7 +293,9 @@ SOURCES += src/third_party/asn1/ChatCleanerMessage.c \ src/third_party/asn1/InviteNotifyMessage.c \ src/third_party/asn1/RejectGameInvitationMessage.c \ src/third_party/asn1/RejectInvNotifyMessage.c \ - src/third_party/asn1/RejectGameInvReason.c + src/third_party/asn1/RejectGameInvReason.c \ + src/third_party/asn1/AfterHandShowCardsMessage.c \ + src/third_party/asn1/ShowMyCardsRequestMessage.c win32 { DEFINES += CURL_STATICLIB DEFINES += _WIN32_WINNT=0x0501