mirror of
https://github.com/whoahq/whoa.git
synced 2026-08-06 00:44:33 +03:00
7 lines
138 B
C++
7 lines
138 B
C++
#ifndef UI_GAME_CHARACTER_INFO_SCRIPT_HPP
|
|
#define UI_GAME_CHARACTER_INFO_SCRIPT_HPP
|
|
|
|
void CharacterInfoRegisterScriptFunctions();
|
|
|
|
#endif
|