whoa/src/glue/CRealmListScript.hpp

9 lines
168 B
C++

#ifndef GLUE_C_REALM_LIST_SCRIPT_HPP
#define GLUE_C_REALM_LIST_SCRIPT_HPP
#define NUM_SCRIPT_FUNCTIONS_REALM_LIST 14
void RealmListRegisterScriptFunctions();
#endif