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
+44
View File
@@ -0,0 +1,44 @@
/*
* Generated by asn1c-0.9.22 (http://lionet.info/asn1c)
* From ASN.1 module "POKERTH-PROTOCOL"
* found in "../../../docs/pokerth.asn1"
*/
#ifndef _NetGameMode_H_
#define _NetGameMode_H_
#include <asn_application.h>
/* Including external dependencies */
#include <NativeEnumerated.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum NetGameMode {
NetGameMode_gameCreated = 1,
NetGameMode_gameStarted = 2,
NetGameMode_gameClosed = 3
} e_NetGameMode;
/* NetGameMode */
typedef long NetGameMode_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_NetGameMode;
asn_struct_free_f NetGameMode_free;
asn_struct_print_f NetGameMode_print;
asn_constr_check_f NetGameMode_constraint;
ber_type_decoder_f NetGameMode_decode_ber;
der_type_encoder_f NetGameMode_encode_der;
xer_type_decoder_f NetGameMode_decode_xer;
xer_type_encoder_f NetGameMode_encode_xer;
#ifdef __cplusplus
}
#endif
#endif /* _NetGameMode_H_ */