whoa/src/glue/GlueScript.hpp

9 lines
144 B
C++

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