whoa/src/glue/GlueScriptEvents.hpp

9 lines
158 B
C++

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