Generating code for protocol.

This commit is contained in:
lotodore
2010-03-26 20:50:16 +00:00
parent d7c12d9fca
commit b715542dc9
4 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
/* Including external dependencies */
#include "NonZeroId.h"
#include "PlayerInfoRights.h"
#include <BOOLEAN.h>
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
@@ -23,7 +23,7 @@ extern "C" {
/* GamePlayerJoined */
typedef struct GamePlayerJoined {
NonZeroId_t playerId;
PlayerInfoRights_t curPlayerRights;
BOOLEAN_t isGameAdmin;
/*
* This type is extensible,
* possible extensions are below.