Added Nitfol and Frotz source code.
[rodin/chimara.git] / interpreters / nitfol / inform.hhh
diff --git a/interpreters/nitfol/inform.hhh b/interpreters/nitfol/inform.hhh
new file mode 100644 (file)
index 0000000..6ef60ca
--- /dev/null
@@ -0,0 +1,5 @@
+#ifdef DEBUGGING
+void process_debug_command(const char *buffer);
+BOOL exp_has_locals(const char *exp);
+z_typed evaluate_expression(const char *exp, unsigned frame);
+#endif