thunderbrew/src/glue/CRealmList.hpp

11 lines
165 B
C++
Raw Normal View History

#ifndef GLUE_C_REALM_LIST_HPP
#define GLUE_C_REALM_LIST_HPP
class CRealmList {
public:
// Static functions
static void UpdateList();
};
#endif