mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-18 13:41:06 +03:00
7 lines
144 B
C++
7 lines
144 B
C++
#ifndef UI_GAME_BATTLEFIELD_INFO_SCRIPT_HPP
|
|
#define UI_GAME_BATTLEFIELD_INFO_SCRIPT_HPP
|
|
|
|
void BattlefieldInfoRegisterScriptFunctions();
|
|
|
|
#endif
|