mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
7 lines
109 B
C++
7 lines
109 B
C++
#ifndef UI_GAME_GAME_SCRIPT_HPP
|
|
#define UI_GAME_GAME_SCRIPT_HPP
|
|
|
|
void GameScriptRegisterFunctions();
|
|
|
|
#endif
|