mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
menu_cbs.h - Add retro_common_api.h
This commit is contained in:
parent
3ed0aa5eb6
commit
7bb5e46d21
@ -19,6 +19,9 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <boolean.h>
|
||||
#include <retro_common_api.h>
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
enum
|
||||
{
|
||||
@ -205,4 +208,6 @@ void menu_cbs_init(void *data,
|
||||
|
||||
int menu_cbs_exit(void);
|
||||
|
||||
RETRO_END_DECLS
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user