X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=c-version%2Fsrc%2Fsstlinux.h;fp=c-version%2Fsrc%2Fsstlinux.h;h=0000000000000000000000000000000000000000;hp=c241f12d6b781df0fd292a6c62bf5a3c15ab262f;hb=92e5cab2949160324146ae563bbd88af865beeda;hpb=b10de966829aea9fc9f8aa04522725d8434e2d36 diff --git a/c-version/src/sstlinux.h b/c-version/src/sstlinux.h deleted file mode 100644 index c241f12..0000000 --- a/c-version/src/sstlinux.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef __SSTLINUX_H -#define __SSTLINUX_H - -void sound(unsigned int); -void nosound(void); - -#define delay(x) usleep(x*1000) - -#endif