diff options
author | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-15 20:10:40 +0300 |
---|---|---|
committer | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-15 20:10:40 +0300 |
commit | 9d2cc46e50218768b43d4f8b80647828bca74576 (patch) | |
tree | 82f6670a01248d517ff0c3b8070cffc16ea4b48f /main.h | |
parent | d2b347e0aa6e5fc3de95253c43900c15938dbaaf (diff) |
It seems that everything is working except settings (they are in TODO)
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -32,8 +32,14 @@ #define MAXPHRASE 100 typedef enum {ENG} Language; +typedef struct { + unsigned int columns; + unsigned int col_width; +} SaveOpt; +/*application settings*/ extern Language lang; +extern SaveOpt save_user_words; extern char optpath[PATH_LENGTH]; extern char dictfile[PATH_LENGTH]; |