mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
9 lines
158 B
C++
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
|