X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plat_sdl.h;fp=plat_sdl.h;h=d1d62d629f72570a908bfd8158c7f583017dbaaf;hb=1f84ba9f30b0177a99939f004ad1fed20f689851;hp=15eeed92ee18eb2a0bccb8291154f7c1102942c9;hpb=215e7ed2510e191664b611a578ffb987cf4fdab3;p=libpicofe.git diff --git a/plat_sdl.h b/plat_sdl.h index 15eeed9..d1d62d6 100644 --- a/plat_sdl.h +++ b/plat_sdl.h @@ -3,6 +3,7 @@ extern SDL_Surface *plat_sdl_screen; extern SDL_Overlay *plat_sdl_overlay; extern int plat_sdl_gl_active; +extern void (*plat_sdl_quit_cb)(void); int plat_sdl_init(void); int plat_sdl_change_video_mode(int w, int h, int force);