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