mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Use menu_entries header in menu_entries.c
This commit is contained in:
parent
a44665bcae
commit
8e5f103697
@ -14,7 +14,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "menu_common.h"
|
||||
#include "menu_entries.h"
|
||||
#include "backend/menu_common_backend.h"
|
||||
#include "../../settings_data.h"
|
||||
|
||||
|
@ -17,6 +17,8 @@
|
||||
#ifndef MENU_ENTRIES_H__
|
||||
#define MENU_ENTRIES_H__
|
||||
|
||||
#include "menu_common.h"
|
||||
|
||||
void menu_entries_push(menu_handle_t *menu, unsigned menu_type);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user