borgware-2d/simulator/joystick.c

7 lines
110 B
C

#include "joystick.h"
// fake function since our keybord doesn't need any initialisation
void joy_init()
{
}