whoa/src/glue/GlueScript.hpp

9 lines
146 B
C++

#ifndef GLUE_GLUE_SCRIPT_HPP
#define GLUE_GLUE_SCRIPT_HPP
extern const char* g_glueScriptEvents[41];
void GlueScriptEventsInitialize();
#endif