borgware-2d/simulator/joystick.c

10 lines
136 B
C
Raw Normal View History

#include "joystick.h"
2009-01-01 17:06:38 +00:00
unsigned char fakeport;
// fake function since our keybord doesn't need any initialisation
void joy_init()
{
}