borgware-2d/simulator/joystick.c
2009-01-01 17:06:38 +00:00

9 lines
136 B
C

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