Files
pokerth/src/third_party/asn1/NetGameMode.h
T

48 lines
1.0 KiB
C
Raw Normal View History

2009-07-18 21:36:28 +00:00
/*
2010-11-28 00:14:03 +00:00
* Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
2009-07-18 21:36:28 +00:00
* From ASN.1 module "POKERTH-PROTOCOL"
* found in "../../../docs/pokerth.asn1"
2010-08-01 19:51:34 +00:00
* `asn1c -fskeletons-copy`
2009-07-18 21:36:28 +00:00
*/
#ifndef _NetGameMode_H_
#define _NetGameMode_H_
#include <asn_application.h>
/* Including external dependencies */
#include <NativeEnumerated.h>
#ifdef __cplusplus
extern "C" {
#endif
2011-07-16 14:52:45 +00:00
/* Dependencies */
typedef enum NetGameMode {
NetGameMode_gameCreated = 1,
NetGameMode_gameStarted = 2,
NetGameMode_gameClosed = 3
}
e_NetGameMode;
2009-07-18 21:36:28 +00:00
2011-07-16 14:52:45 +00:00
/* NetGameMode */
typedef long NetGameMode_t;
2009-07-18 21:36:28 +00:00
2011-07-16 14:52:45 +00:00
/* 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;
2009-07-18 21:36:28 +00:00
#ifdef __cplusplus
}
#endif
#endif /* _NetGameMode_H_ */
#include <asn_internal.h>