Changed build system to Automake. Split Glk code off into a GTK widget.
[rodin/chimara.git] / src / abort.h
1 #ifndef ABORT_H
2 #define ABORT_H
3
4 void check_for_abort();
5 void signal_abort();
6
7 #endif
8