get rid of the unnecessary typedef

This commit is contained in:
Dwedit 2018-03-31 00:55:37 -05:00
parent 15472eb184
commit 6b77a66298

View File

@ -96,8 +96,7 @@ static void runahead_save_state_list_rotate(void)
static function_t originalRetroDeinit = NULL;
static function_t originalRetroUnload = NULL;
typedef struct retro_core_t _retro_core_t;
extern _retro_core_t current_core;
extern struct retro_core_t current_core;
extern struct retro_callbacks retro_ctx;
static void remove_hooks(void)