mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-05 23:52:16 +03:00
7 lines
129 B
C++
7 lines
129 B
C++
#ifndef UI_GAME_UI_BINDINGS_SCRIPT_HPP
|
|
#define UI_GAME_UI_BINDINGS_SCRIPT_HPP
|
|
|
|
void UIBindingsRegisterScriptFunctions();
|
|
|
|
#endif
|