mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-18 13:41:06 +03:00
13 lines
221 B
C++
13 lines
221 B
C++
#ifndef UI_GAME_SCRIPT_EVENTS_HPP
|
|
#define UI_GAME_SCRIPT_EVENTS_HPP
|
|
|
|
extern const char* g_scriptEvents[];
|
|
|
|
void ScriptEventsInitialize();
|
|
|
|
void ScriptEventsRegisterEvents();
|
|
|
|
void ScriptEventsRegisterFunctions();
|
|
|
|
#endif
|