X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fcommon%2Fin_sdl.h;h=47f7a83280e61e8cee6979917c6e99b91d45b5ec;hp=9c9d40658cad17a2b0c052508022de40022fc96c;hb=b07c18e8645a17be916266820ae564e0d320cc1a;hpb=7badc9353b9570fd1c67827cfb477cef07974ddb diff --git a/frontend/common/in_sdl.h b/frontend/common/in_sdl.h index 9c9d4065..47f7a832 100644 --- a/frontend/common/in_sdl.h +++ b/frontend/common/in_sdl.h @@ -1 +1,3 @@ -void in_sdl_init(void); +struct in_default_bind; + +void in_sdl_init(const struct in_default_bind *defbinds);