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