X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fevents.h;h=71ff762730b1539ee27f976b3819d200fc749308;hp=b4c9c3214880fd6b0ddca0f1c04a7d4946a7472a;hb=0d214d4e314f6f42df24be140bb433e980319767;hpb=aa931ed885e278dc0102b5e10f59b2ba52fb690a diff --git a/src/events.h b/src/events.h index b4c9c321..71ff7627 100644 --- a/src/events.h +++ b/src/events.h @@ -45,5 +45,6 @@ void HandleButton(int, int, int, int); void HandleKey(Key, int); void HandleJoystick(); void HandleSpecialGameControllerButtons(Event *); +void HandleSpecialGameControllerKeys(Key, int); #endif