mirror of
https://github.com/libretro/RetroArch
synced 2025-02-17 15:41:01 +00:00
Include some "needed" stuff in driver_menu.h.
This commit is contained in:
parent
08cfb27f35
commit
839d072986
@ -17,9 +17,16 @@
|
||||
#ifndef DRIVER_MENU_H__
|
||||
#define DRIVER_MENU_H__
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include "boolean.h"
|
||||
#include "frontend/menu/file_list.h"
|
||||
#include "frontend/menu/history.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct menu_ctx_driver_backend
|
||||
{
|
||||
void (*entries_init)(void*, unsigned);
|
||||
@ -173,7 +180,9 @@ typedef struct
|
||||
retro_time_t sleep_msec;
|
||||
} menu_handle_t;
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user