mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 10:36:50 +00:00
Revert "Remove header include from runloop.h"
This reverts commit 973ec601f0c2c147b7c9fdee5891f1f195ac621f.
This commit is contained in:
parent
53bd29bfad
commit
4212c42c56
@ -17,6 +17,7 @@
|
||||
#define __RETROARCH_RUNLOOP_H
|
||||
|
||||
#include <boolean.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
#include <retro_common_api.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
@ -210,7 +211,6 @@ void runloop_msg_queue_push(const char *msg, unsigned prio,
|
||||
char* runloop_msg_queue_pull(void);
|
||||
|
||||
bool runloop_is_quit_confirm(void);
|
||||
|
||||
void runloop_set_quit_confirm(bool on);
|
||||
|
||||
bool runloop_ctl(enum runloop_ctl_state state, void *data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user