Preparing network protocol for rejoin.
This commit is contained in:
+14
-14
@@ -20,21 +20,21 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* GamePlayerJoined */
|
||||
typedef struct GamePlayerJoined {
|
||||
NonZeroId_t playerId;
|
||||
BOOLEAN_t isGameAdmin;
|
||||
/*
|
||||
* This type is extensible,
|
||||
* possible extensions are below.
|
||||
*/
|
||||
|
||||
/* Context for parsing across buffer boundaries */
|
||||
asn_struct_ctx_t _asn_ctx;
|
||||
} GamePlayerJoined_t;
|
||||
/* GamePlayerJoined */
|
||||
typedef struct GamePlayerJoined {
|
||||
NonZeroId_t playerId;
|
||||
BOOLEAN_t isGameAdmin;
|
||||
/*
|
||||
* This type is extensible,
|
||||
* possible extensions are below.
|
||||
*/
|
||||
|
||||
/* Implementation */
|
||||
extern asn_TYPE_descriptor_t asn_DEF_GamePlayerJoined;
|
||||
/* Context for parsing across buffer boundaries */
|
||||
asn_struct_ctx_t _asn_ctx;
|
||||
} GamePlayerJoined_t;
|
||||
|
||||
/* Implementation */
|
||||
extern asn_TYPE_descriptor_t asn_DEF_GamePlayerJoined;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user