mirror of
https://github.com/Marat-Tanalin/bsnes-mt.git
synced 2025-04-02 10:21:42 -04:00
5 lines
119 B
C
5 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
|