14 lines
198 B
C
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
|