mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
10c5331cc0
to make retro_ctx and current_core static
15 lines
245 B
C
15 lines
245 B
C
#ifndef __DIRTY_INPUT_H___
|
|
#define __DIRTY_INPUT_H___
|
|
|
|
#include <boolean.h>
|
|
#include <retro_common_api.h>
|
|
|
|
RETRO_BEGIN_DECLS
|
|
|
|
int16_t input_state_get_last(unsigned port,
|
|
unsigned device, unsigned index, unsigned id);
|
|
|
|
RETRO_END_DECLS
|
|
|
|
#endif
|