#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