mirror of
https://github.com/libretro/bsnes-libretro.git
synced 2024-11-23 17:09:44 +00:00
6 lines
119 B
C
6 lines
119 B
C
#ifndef gb_struct_def_h
|
|
#define gb_struct_def_h
|
|
struct GB_gameboy_s;
|
|
typedef struct GB_gameboy_s GB_gameboy_t;
|
|
#endif
|