diff options
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 + |