mario-kart-casio/fxcg-mock/include/fxcg/mock.c

6 lines
85 B
C

#include <emscripten.h>
#include "keyboard.h"
void initMock() {
setupKeyboard();
}