improved support for game controllers and joysticks
[rocksndiamonds.git] / src / libgame / system.h
index be19fccd8a3fbb201d06623900e4f08d118bc9e0..3fc4eb6cd0eb43cbf1b92f6a94713ab2d53bdb4a 100644 (file)
@@ -1544,5 +1544,6 @@ boolean CheckCloseWindowEvent(ClientMessageEvent *);
 
 void InitJoysticks();
 boolean ReadJoystick(int, int *, int *, boolean *, boolean *);
+boolean CheckJoystickOpened(int);
 
 #endif /* SYSTEM_H */