Protocol updates for more flexibility and better testing.

This commit is contained in:
lotodore
2011-07-17 14:12:10 +00:00
parent d14d1d4a2b
commit d8ccf015d3
16 changed files with 80 additions and 418 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
#include "NonZeroId.h"
#include "NetGameState.h"
#include "NetPlayerAction.h"
#include <NativeInteger.h>
#include "AmountOfMoney.h"
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
@@ -28,7 +28,7 @@ extern "C" {
NonZeroId_t handNum;
NetGameState_t gameState;
NetPlayerAction_t myAction;
long myRelativeBet;
AmountOfMoney_t myRelativeBet;
/*
* This type is extensible,
* possible extensions are below.