BizHawk/waterbox/sameboy/gb_struct_def.h

6 lines
119 B
C
Raw Normal View History

2017-07-16 16:23:41 +00:00
#ifndef gb_struct_def_h
#define gb_struct_def_h
struct GB_gameboy_s;
typedef struct GB_gameboy_s GB_gameboy_t;
#endif