sm64pc/src/pc/controller/controller_emscripten_keybo...

9 lines
164 B
C
Raw Normal View History

2020-05-07 18:21:22 +00:00
#ifndef CONTROLLER_KEYBOARD_EMSCRIPTEN_H
#define CONTROLLER_KEYBOARD_EMSCRIPTEN_H
#ifdef TARGET_WEB
void controller_emscripten_keyboard_init(void);
#endif
#endif