diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-29 22:34:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-29 22:34:19 +0200 |
commit | 87d8b0ceb349e101b693cf43336a98647f4b92dc (patch) | |
tree | 6089767f348807710d59c326e6e062b904e85668 /client/i18n.h | |
parent | 2c591a5e97ad9f354844d3d2b04a4190f9c6fc1f (diff) |
garbage ui functions + janky status bar
Diffstat (limited to 'client/i18n.h')
-rw-r--r-- | client/i18n.h | 7 |
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 + |