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