X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=in_sdl.h;h=a185564744d3f1c37439d05765b276a0143c363b;hb=e7f580052c03fa3f4603051c1b718be4bd8b2db7;hp=2f823127a6e3af7771381e4f6d3f920102eb680f;hpb=9227a7770e0d144109ee34ae34a270c6d06b9f80;p=libpicofe.git diff --git a/in_sdl.h b/in_sdl.h index 2f82312..a185564 100644 --- a/in_sdl.h +++ b/in_sdl.h @@ -1,4 +1 @@ -struct in_default_bind; - -void in_sdl_init(const struct in_default_bind *defbinds, - void (*handler)(void *event)); +int in_sdl_init(const struct in_pdata *pdata, void (*handler)(void *event));