All old versions moved to 'historic' directoery.
[super-star-trek.git] / c-version / src / sstlinux.h
diff --git a/c-version/src/sstlinux.h b/c-version/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