LunaHook-mirror/Lang/Lang.h

14 lines
177 B
C
Raw Normal View History

2024-02-10 12:43:51 +08:00
#pragma warning(push)
#pragma warning(disable: 4005)
2024-02-07 20:59:24 +08:00
2024-02-10 12:43:51 +08:00
#define English 0
#define Chinese 1
#include"en.h"
#if (LANGUAGE == Chinese)
#include"zh.h"
#endif
#pragma warning(pop)