Better cut cursors and better chosen hot spots.
[gliv.git] / src / include / history.h
blob741b62cc6927c04d094c71f7d5415b8505d0fa28
1 #ifndef HISTORY_H
2 #define HISTORY_H
4 void clean_history(void);
5 void append_history(void);
6 void undo(void);
7 void redo(void);
8 void clear_history(void);
10 #endif