aboutsummaryrefslogtreecommitdiff
path: root/client/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/strings.h')
-rw-r--r--client/strings.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/strings.h b/client/strings.h
new file mode 100644
index 0000000..0085228
--- /dev/null
+++ b/client/strings.h
@@ -0,0 +1,10 @@
+#pragma once
+
+#include "../shared/modes.h"
+#include "i18n.h"
+
+#define W2_STRINGS_MODE_MAP_BUFFER_SIZE 32
+
+extern char *g_w2_mode_strings[W2_MODE_COUNT];
+
+void w2_strings_init();