beetle-psx-libretro/parallel-psx/custom-textures/dbg_input_callback.h
2020-06-16 22:53:15 +02:00

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