mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
8 lines
164 B
C
8 lines
164 B
C
#ifndef CONTROLLER_KEYBOARD_EMSCRIPTEN_H
|
|
#define CONTROLLER_KEYBOARD_EMSCRIPTEN_H
|
|
|
|
#ifdef TARGET_WEB
|
|
void controller_emscripten_keyboard_init(void);
|
|
#endif
|
|
|
|
#endif
|