From 7bda27d793089f2c06fe961eaff77f9fbbaf06ae Mon Sep 17 00:00:00 2001 From: lotodore Date: Mon, 3 Oct 2011 09:08:32 +0000 Subject: [PATCH] Adding missing protocol files. --- pokerth_protocol.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pokerth_protocol.pro b/pokerth_protocol.pro index 97741e5e..a1048d9e 100644 --- a/pokerth_protocol.pro +++ b/pokerth_protocol.pro @@ -131,6 +131,7 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \ src/third_party/asn1/per_opentype.h \ src/third_party/asn1/per_support.h \ src/third_party/asn1/PlayerAllIn.h \ + src/third_party/asn1/PlayerIdChangedMessage.h \ src/third_party/asn1/PlayerInfoData.h \ src/third_party/asn1/PlayerInfoRights.h \ src/third_party/asn1/PlayerInfoReplyMessage.h \ @@ -224,6 +225,7 @@ SOURCES += src/third_party/asn1/ChatCleanerMessage.c \ src/third_party/asn1/PlayerInfoData.c \ src/third_party/asn1/PlayerInfoRights.c \ src/third_party/asn1/PlayerAllIn.c \ + src/third_party/asn1/PlayerIdChangedMessage.c \ src/third_party/asn1/PlayerListMessage.c \ src/third_party/asn1/per_support.c \ src/third_party/asn1/per_opentype.c \