mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Don't redefine retro_input_t
This commit is contained in:
parent
5a8a3dc46c
commit
dd68a2a927
@ -17,11 +17,10 @@
|
|||||||
#ifndef _MENU_INPUT_H
|
#ifndef _MENU_INPUT_H
|
||||||
#define _MENU_INPUT_H
|
#define _MENU_INPUT_H
|
||||||
|
|
||||||
|
#include "../input/input_driver.h"
|
||||||
#include "../input/keyboard_line.h"
|
#include "../input/keyboard_line.h"
|
||||||
#include "../libretro.h"
|
#include "../libretro.h"
|
||||||
|
|
||||||
typedef uint64_t retro_input_t;
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user