rnd-20020324-1-src
[rocksndiamonds.git] / src / libgame / sdl.h
index fcc566edbc849673b42d7707593ac00c6ed6eeec..b29e1950ac7ce72a9070bd963c891e10bad49da2 100644 (file)
@@ -330,4 +330,8 @@ inline void SDLCloseAudio(void);
 
 inline void SDLNextEvent(Event *);
 
+void HandleJoystickEvent(Event *);
+void SDLInitJoysticks(void);
+boolean SDLReadJoystick(int, int *, int *, boolean *, boolean *);
+
 #endif /* SDL_H */