13 lines
180 B
C
Raw Permalink Normal View History

2025-05-10 21:58:58 +08:00
#ifndef __LANGUAGE_H_
#define __LANGUAGE_H_
#define LANGUAGE_COFIG 0
#if LANGUAGE_COFIG
#include "language_cn.h"
#else
#include "language_en.h"
#endif
#endif