IPBS_Station/UI/Language/Index.h
2025-09-05 08:44:30 +08:00

14 lines
198 B
C++

#ifndef IPBS_STATION_INDEX_H
#define IPBS_STATION_INDEX_H
#include "CCString.h"
class Index {
public:
inline static int Language = 0;
static std::string Lang(const char* str);
};
#endif