C files and associated autotools stuff moved to the c-version subdirectory.
[super-star-trek.git] / c-version / src / sstlinux.h
diff --git a/c-version/src/sstlinux.h b/c-version/src/sstlinux.h
new file mode 100644 (file)
index 0000000..c241f12
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef __SSTLINUX_H
+#define __SSTLINUX_H
+
+void sound(unsigned int);
+void nosound(void);
+
+#define delay(x) usleep(x*1000)
+
+#endif