X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fin_sdl.h;fp=common%2Fin_sdl.h;h=47f7a83280e61e8cee6979917c6e99b91d45b5ec;hb=d1dc092f08a2cb2ba024680e3a63f37b54c786b9;hp=0000000000000000000000000000000000000000;hpb=dd1e7172862c6e1f7f1c84c37c7800a783fbb73c;p=libpicofe.git diff --git a/common/in_sdl.h b/common/in_sdl.h new file mode 100644 index 0000000..47f7a83 --- /dev/null +++ b/common/in_sdl.h @@ -0,0 +1,3 @@ +struct in_default_bind; + +void in_sdl_init(const struct in_default_bind *defbinds);