mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
11 lines
165 B
C++
11 lines
165 B
C++
|
|
#ifndef GLUE_C_REALM_LIST_HPP
|
||
|
|
#define GLUE_C_REALM_LIST_HPP
|
||
|
|
|
||
|
|
class CRealmList {
|
||
|
|
public:
|
||
|
|
// Static functions
|
||
|
|
static void UpdateList();
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|