Added Nitfol and Frotz source code.
[rodin/chimara.git] / interpreters / nitfol / no_snd.c
diff --git a/interpreters/nitfol/no_snd.c b/interpreters/nitfol/no_snd.c
new file mode 100644 (file)
index 0000000..064bc75
--- /dev/null
@@ -0,0 +1,21 @@
+#include "nitfol.h"
+
+void init_sound(void)
+{
+  ;
+}
+
+void kill_sound(void)
+{
+  ;
+}
+
+void op_sound_effect(void)
+{
+  ;
+}
+
+void check_sound(event_t unused)
+{
+  ;
+}