Console client: Show flop/turn/river cards.

This commit is contained in:
lotodore
2008-12-23 23:29:18 +00:00
parent 660168b8aa
commit 60fd3e2010
27 changed files with 361 additions and 178 deletions
-10
View File
@@ -24,16 +24,6 @@ using System.Net;
using System.Net.Sockets;
using System.IO;
/*
struct GCC_PACKED NetPacketInitAckData
{
NetPacketHeader head;
u_int16_t latestGameVersion;
u_int16_t latestBetaRevision;
u_int32_t sessionId;
u_int32_t playerId;
};
*/
namespace pokerth_lib
{