summaryrefslogtreecommitdiff
path: root/client/i18n.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-29 22:34:19 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-29 22:34:19 +0200
commit87d8b0ceb349e101b693cf43336a98647f4b92dc (patch)
tree6089767f348807710d59c326e6e062b904e85668 /client/i18n.h
parent2c591a5e97ad9f354844d3d2b04a4190f9c6fc1f (diff)
garbage ui functions + janky status bar
Diffstat (limited to 'client/i18n.h')
-rw-r--r--client/i18n.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/i18n.h b/client/i18n.h
new file mode 100644
index 0000000..11fd576
--- /dev/null
+++ b/client/i18n.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#ifndef W2_LANG_DEFAULT
+#define W2_LANG_DEFAULT
+#include "i18n/en_us.h"
+#endif
+