all repos — mgba @ 0d1d5c988e2f60abb5c05a8cd61bdd9ec16d94f1

mGBA Game Boy Advance Emulator

src/platform/python/_builder.h (view raw)

 1#define COMMON_H
 2#define extern
 3#define _TIME_H_
 4#define _SYS_TIME_H_
 5#define ATTRIBUTE_FORMAT(X, Y, Z)
 6#define DECL_BITFIELD(newtype, oldtype) typedef oldtype newtype
 7#define DECL_BIT(type, name, bit)
 8#define DECL_BITS(type, name, bit, nbits)
 9typedef long time_t;
10typedef ... va_list;
11#include <limits.h>
12#include "core/core.h"
13#ifdef M_CORE_GBA
14#include "arm/arm.h"
15#include "gba/gba.h"
16#endif
17#ifdef M_CORE_GB
18#include "lr35902/lr35902.h"
19#include "gb/gb.h"
20#endif