X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dos_sbtest;a=blobdiff_plain;f=src%2Fmain.c;h=1e32b61f55460ce049bb8a868b19cf110a17ef93;hp=fd87b7a97b6af5f9001c8070a1d9f142588de9ef;hb=d08178b30de9363c1fda1de3499f541faf520924;hpb=85710b37e4082a5b8e6d35c16311cb024298e24f diff --git a/src/main.c b/src/main.c index fd87b7a..1e32b61 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,6 @@ #include #include +#include #include "audio.h" static int au_callback(void *buffer, int size, void *cls); @@ -21,23 +22,6 @@ int main(int argc, char **argv) /* snd_click_size is < 65536 so we can just throw it all at once in there */ static int au_callback(void *buffer, int size, void *cls) { - int i; - signed char *ptr = buffer; - signed char *src = snd_click; - /* - for(i=0; i