#ifndef JOY_H
#define JOY_H
extern int calibrated[2];
extern int center[2][2];
extern char *calibratemessage;
void process_joystick();
int joystick_calibrate (int joystick, int *x,int *y);
int calibrate_init (int joystick);
int joystick_init();
#endif