C files and associated autotools stuff moved to the c-version subdirectory.
[super-star-trek.git] / src / sstlinux.h
diff --git a/src/sstlinux.h b/src/sstlinux.h
deleted file mode 100644 (file)
index c241f12..0000000
+++ /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