Better cut cursors and better chosen hot spots.
[gliv.git] / src / include / mnemonics.h
blobe57e82039eb126ec753bfd84790c22a8fb63a373
1 #ifndef MNEMONICS_H
2 #define MNEMONICS_H
4 #include "gliv.h"
6 const gchar *add_mnemonic(const gchar * str);
7 void reset_mnemonics(void);
8 void push_mnemonics(void);
9 void pop_mnemonics(void);
11 #endif