Revert "Don't redefine retro_input_t"

This reverts commit dd68a2a927.
This commit is contained in:
twinaphex 2015-09-24 14:16:31 +02:00
parent 80efc1339e
commit bbb28a5406
1 changed files with 2 additions and 1 deletions

View File

@ -17,10 +17,11 @@
#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