merge the autotools branch
[super-star-trek.git] / src / sstlinux.h
diff --git a/src/sstlinux.h b/src/sstlinux.h
new file mode 100644 (file)
index 0000000..1080f96
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef __SSTLINUX_H
+#define __SSTLINUX_H
+
+void sound(unsigned int);
+void nosound(void);
+
+#define delay(x) usleep(x*1000)
+#define randomize() srand((unsigned)time(NULL))
+
+#endif