preliminary support for splitting of windows. Does not respect window sizes yet....
[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