rnd-20020329-2-src
[rocksndiamonds.git] / src / libgame / sdl.h
index fcc566edbc849673b42d7707593ac00c6ed6eeec..543e90ab89965ab304b6a94796810bffbf7d42c2 100644 (file)
@@ -60,6 +60,7 @@ typedef int                   Colormap;
 
 struct SDLSurfaceInfo
 {
+  char *source_filename;
   SDL_Surface *surface;
   SDL_Surface *surface_masked;
   GC gc;
@@ -330,4 +331,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 */