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