mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-24 01:09:51 +00:00
7 lines
135 B
C
7 lines
135 B
C
#ifndef DBG_INPUT_CALLBACK_H
|
|
#define DBG_INPUT_CALLBACK_H
|
|
|
|
#include "libretro.h"
|
|
extern retro_input_state_t dbg_input_state_cb;
|
|
|
|
#endif |