added event actions (by simulating keyboard input) for global animations
[rocksndiamonds.git] / src / events.h
index 83d869adc14e334c02f627a8021ce569da4ed9f2..9672029fdd4bfc1253edb8812f788ea186807fe6 100644 (file)
@@ -46,4 +46,6 @@ void HandleJoystick();
 void HandleSpecialGameControllerButtons(Event *);
 void HandleSpecialGameControllerKeys(Key, int);
 
+boolean DoKeysymAction(int);
+
 #endif