mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Fix CXX_BUILD
This commit is contained in:
parent
9f7afa0862
commit
222b9a2113
@ -17,10 +17,6 @@
|
|||||||
#ifndef INPUT_COMMON_H__
|
#ifndef INPUT_COMMON_H__
|
||||||
#define INPUT_COMMON_H__
|
#define INPUT_COMMON_H__
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <file/config_file.h>
|
#include <file/config_file.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "../driver.h"
|
#include "../driver.h"
|
||||||
@ -143,8 +139,4 @@ void input_poll(void);
|
|||||||
int16_t input_state(unsigned port, unsigned device,
|
int16_t input_state(unsigned port, unsigned device,
|
||||||
unsigned idx, unsigned id);
|
unsigned idx, unsigned id);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user