C files and associated autotools stuff moved to the c-version subdirectory.
[super-star-trek.git] / c-version / src / sstlinux.h
1 #ifndef __SSTLINUX_H
2 #define __SSTLINUX_H
3
4 void sound(unsigned int);
5 void nosound(void);
6
7 #define delay(x) usleep(x*1000)
8
9 #endif