X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fevents.h;h=b4c9c3214880fd6b0ddca0f1c04a7d4946a7472a;hb=b62e4322b0b7d01aac9340adaddba753e04c9c51;hp=e5d2dcc393c143ccca73e4a76bc37cb1326ce62c;hpb=e913fbf7e7caa3234df0de282363ee4d6bb727e1;p=rocksndiamonds.git diff --git a/src/events.h b/src/events.h index e5d2dcc3..b4c9c321 100644 --- a/src/events.h +++ b/src/events.h @@ -44,5 +44,6 @@ void HandleToonAnimations(void); void HandleButton(int, int, int, int); void HandleKey(Key, int); void HandleJoystick(); +void HandleSpecialGameControllerButtons(Event *); #endif