1 #ifndef gb_struct_def_h 2 #define gb_struct_def_h 3 struct GB_gameboy_s; 4 typedef struct GB_gameboy_s GB_gameboy_t; 5 #endif 6
1 #ifndef gb_struct_def_h 2 #define gb_struct_def_h 3 struct GB_gameboy_s; 4 typedef struct GB_gameboy_s GB_gameboy_t; 5 #endif 6