Resolving name collisions.

This commit is contained in:
lotodore
2009-07-18 21:36:28 +00:00
parent 196d9bd27c
commit deed6320c6
27 changed files with 326 additions and 326 deletions
+4 -4
View File
@@ -12,8 +12,8 @@
/* Including external dependencies */
#include "NonZeroId.h"
#include "GameState.h"
#include "PlayerAction.h"
#include "NetGameState.h"
#include "NetPlayerAction.h"
#include <NativeInteger.h>
#include <constr_SEQUENCE.h>
@@ -24,8 +24,8 @@ extern "C" {
/* MyActionRequestMessage */
typedef struct MyActionRequestMessage {
NonZeroId_t gameId;
GameState_t gameState;
PlayerAction_t myAction;
NetGameState_t gameState;
NetPlayerAction_t myAction;
long myRelativeBet;
/*
* This type is extensible,