X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fjoystick.h;fp=src%2Fjoystick.h;h=e98dcdbc795b6f5af08d2c06a17ab664269529b7;hb=f0e50fb1d23805881b72d51ea603be78b645ec97;hp=d56c080387668fcdabba62743fd3a85ee0b04b65;hpb=f400b282bbf71d7eab7d1f67828605f44b5445fd;p=virtualjaguar diff --git a/src/joystick.h b/src/joystick.h index d56c080..e98dcdb 100644 --- a/src/joystick.h +++ b/src/joystick.h @@ -16,4 +16,6 @@ uint8 JoystickReadByte(uint32); uint16 JoystickReadWord(uint32); void JoystickExec(void); +extern bool keyBuffer[]; + #endif