Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / undo.h
diff --git a/interpreters/nitfol/undo.h b/interpreters/nitfol/undo.h
new file mode 100644 (file)
index 0000000..c0ccfeb
--- /dev/null
@@ -0,0 +1,24 @@
+/* This is a Cfunctions (version 0.24) generated header file.
+   Cfunctions is a free program for extracting headers from C files.
+   Get Cfunctions from `http://www.hayamasa.demon.co.uk/cfunctions'. */
+
+/* This file was generated with:
+`cfunctions -i undo.c' */
+#ifndef CFH_UNDO_H
+#define CFH_UNDO_H
+
+/* From `undo.c': */
+void init_undo (void);
+BOOL free_undo (void);
+BOOL saveundo (BOOL in_instruction );
+BOOL restoreundo (void);
+BOOL restoreredo (void);
+
+#ifdef DEBUGGING
+BOOL fast_saveundo (void);
+BOOL fast_restoreundo (void);
+
+#endif
+void kill_undo (void);
+
+#endif /* CFH_UNDO_H */