Include header

This commit is contained in:
twinaphex 2018-04-08 20:26:47 +02:00
parent 460182fc63
commit 1ce19f9573
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "../core.h"
#include "mem_util.h"
#include "copy_load_info.h"
retro_ctx_load_content_info_t *load_content_info;
enum rarch_core_type last_core_type;

View File

@ -7,6 +7,7 @@
#include "mylist.h"
#include "mem_util.h"
#include "dirty_input.h"
bool input_is_dirty = false;
static MyList *input_state_list = NULL;