mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +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__
|
#ifndef DRIVER_MENU_H__
|
||||||
#define 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/file_list.h"
|
||||||
#include "frontend/menu/history.h"
|
#include "frontend/menu/history.h"
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct menu_ctx_driver_backend
|
typedef struct menu_ctx_driver_backend
|
||||||
{
|
{
|
||||||
void (*entries_init)(void*, unsigned);
|
void (*entries_init)(void*, unsigned);
|
||||||
@ -173,7 +180,9 @@ typedef struct
|
|||||||
retro_time_t sleep_msec;
|
retro_time_t sleep_msec;
|
||||||
} menu_handle_t;
|
} menu_handle_t;
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user