diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-13 02:55:05 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-13 02:55:05 +0000 |
commit | 682d6a9e44e583c088ed5970d69ef6bd9db7fd23 (patch) | |
tree | 73079cdd7d9b57d104c8db400f09aabc3d833122 /src/main.h | |
parent | 3657bf87641144b605d49767cf466f04242c29c9 (diff) | |
download | mana-client-682d6a9e44e583c088ed5970d69ef6bd9db7fd23.tar.gz mana-client-682d6a9e44e583c088ed5970d69ef6bd9db7fd23.tar.bz2 mana-client-682d6a9e44e583c088ed5970d69ef6bd9db7fd23.tar.xz mana-client-682d6a9e44e583c088ed5970d69ef6bd9db7fd23.zip |
Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining.
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ #define CHAR_NEW 4 #define CHAR_DEL 5 #define GAME 6 +#define ERROR 7 /* length definitions for several char[]s in order * to be able to use strncpy instead of strcpy for |