22 lines
483 B
C
22 lines
483 B
C
#ifndef FX_SERIAL_BITCODE_H_
|
|
#define FX_SERIAL_BITCODE_H_
|
|
|
|
#include <fx/core/macros.h>
|
|
|
|
FX_DECLS_BEGIN;
|
|
|
|
#define FX_TYPE_BITCODE_SERIAL_CTX (fx_bitcode_serial_ctx_get_type())
|
|
|
|
FX_DECLARE_TYPE(fx_bitcode_serial_ctx);
|
|
|
|
FX_TYPE_CLASS_DECLARATION_BEGIN(fx_bitcode_serial_ctx)
|
|
FX_TYPE_CLASS_DECLARATION_END(fx_bitcode_serial_ctx)
|
|
|
|
FX_API fx_type fx_bitcode_serial_ctx_get_type(void);
|
|
|
|
FX_TYPE_DEFAULT_CONSTRUCTOR(fx_bitcode_serial_ctx, FX_TYPE_BITCODE_SERIAL_CTX);
|
|
|
|
FX_DECLS_END;
|
|
|
|
#endif
|