mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Header include cleanups
This commit is contained in:
parent
3a663ba013
commit
84f81acba5
2 changed files with 9 additions and 9 deletions
|
@ -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…
Add table
Reference in a new issue