Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / undo.h
1 /* This is a Cfunctions (version 0.24) generated header file.
2    Cfunctions is a free program for extracting headers from C files.
3    Get Cfunctions from `http://www.hayamasa.demon.co.uk/cfunctions'. */
4
5 /* This file was generated with:
6 `cfunctions -i undo.c' */
7 #ifndef CFH_UNDO_H
8 #define CFH_UNDO_H
9
10 /* From `undo.c': */
11 void init_undo (void);
12 BOOL free_undo (void);
13 BOOL saveundo (BOOL in_instruction );
14 BOOL restoreundo (void);
15 BOOL restoreredo (void);
16
17 #ifdef DEBUGGING
18 BOOL fast_saveundo (void);
19 BOOL fast_restoreundo (void);
20
21 #endif
22 void kill_undo (void);
23
24 #endif /* CFH_UNDO_H */