IPBS_Station/UI/Language/Index.h

14 lines
198 B
C
Raw Normal View History

2025-09-05 08:44:30 +08:00
#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