Avoid redefinition of typedef
This commit is contained in:
parent
f3bc09065f
commit
8d87a1329b
|
@ -17,11 +17,10 @@
|
|||
#ifndef _MENU_INPUT_H
|
||||
#define _MENU_INPUT_H
|
||||
|
||||
#include "../input/input_driver.h"
|
||||
#include "../input/keyboard_line.h"
|
||||
#include "../libretro.h"
|
||||
|
||||
typedef uint64_t retro_input_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue