X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsstlinux.h;fp=src%2Fsstlinux.h;h=0000000000000000000000000000000000000000;hp=c241f12d6b781df0fd292a6c62bf5a3c15ab262f;hb=1dc3e2e56bd836aa1c9d45417222b4fed6d34c0e;hpb=16a5bbd86d12644c1a613e61e990f76b16a567f0 diff --git a/src/sstlinux.h b/src/sstlinux.h deleted file mode 100644 index c241f12..0000000 --- a/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