diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-06 18:32:04 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-06 18:32:04 +0200 |
commit | 8c1d31ef16745cee07059788386cd88c718092ac (patch) | |
tree | e944221ef69f38393790e337e85eb9edfe17a559 /client/strings.h | |
parent | a909440c7671075127a98cffd7f1714114fc17bd (diff) |
code organization
Diffstat (limited to 'client/strings.h')
-rw-r--r-- | client/strings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/strings.h b/client/strings.h index 0085228..ec1f415 100644 --- a/client/strings.h +++ b/client/strings.h @@ -2,9 +2,9 @@ #include "../shared/modes.h" #include "i18n.h" - -#define W2_STRINGS_MODE_MAP_BUFFER_SIZE 32 +#include "ui.h" extern char *g_w2_mode_strings[W2_MODE_COUNT]; +extern char *g_w2_tab_strings[W2_UI_TAB_COUNT]; void w2_strings_init(); |