diff --git a/joystick/joystick.h b/joystick/joystick.h index 1ae74d3..459a0ce 100644 --- a/joystick/joystick.h +++ b/joystick/joystick.h @@ -1,6 +1,8 @@ #ifndef JOYSTICK_H #define JOYSTICK_H +#include "../config.h" + extern unsigned char waitForFire; void joy_init();