mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-05 15:42:17 +03:00
7 lines
126 B
C++
7 lines
126 B
C++
#ifndef UI_GAME_ACTION_BAR_SCRIPT_HPP
|
|
#define UI_GAME_ACTION_BAR_SCRIPT_HPP
|
|
|
|
void ActionBarRegisterScriptFunctions();
|
|
|
|
#endif
|