mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
Header include cleanups
This commit is contained in:
parent
3a663ba013
commit
84f81acba5
@ -22,18 +22,13 @@
|
|||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
#include <retro_common_api.h>
|
#include <retro_common_api.h>
|
||||||
|
|
||||||
|
#include "widgets/menu_list.h"
|
||||||
|
|
||||||
#include "menu_setting.h"
|
#include "menu_setting.h"
|
||||||
#include "menu_displaylist.h"
|
#include "menu_displaylist.h"
|
||||||
|
|
||||||
RETRO_BEGIN_DECLS
|
RETRO_BEGIN_DECLS
|
||||||
|
|
||||||
enum menu_list_type
|
|
||||||
{
|
|
||||||
MENU_LIST_PLAIN = 0,
|
|
||||||
MENU_LIST_HORIZONTAL,
|
|
||||||
MENU_LIST_TABS
|
|
||||||
};
|
|
||||||
|
|
||||||
enum menu_entries_ctl_state
|
enum menu_entries_ctl_state
|
||||||
{
|
{
|
||||||
MENU_ENTRIES_CTL_NONE = 0,
|
MENU_ENTRIES_CTL_NONE = 0,
|
||||||
|
@ -25,10 +25,15 @@
|
|||||||
#include <retro_common_api.h>
|
#include <retro_common_api.h>
|
||||||
#include <lists/file_list.h>
|
#include <lists/file_list.h>
|
||||||
|
|
||||||
#include "../menu_entries.h"
|
|
||||||
|
|
||||||
RETRO_BEGIN_DECLS
|
RETRO_BEGIN_DECLS
|
||||||
|
|
||||||
|
enum menu_list_type
|
||||||
|
{
|
||||||
|
MENU_LIST_PLAIN = 0,
|
||||||
|
MENU_LIST_HORIZONTAL,
|
||||||
|
MENU_LIST_TABS
|
||||||
|
};
|
||||||
|
|
||||||
typedef struct menu_ctx_list
|
typedef struct menu_ctx_list
|
||||||
{
|
{
|
||||||
file_list_t *list;
|
file_list_t *list;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user