mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-19 13:29:28 +08:00
9 lines
110 B
C++
9 lines
110 B
C++
#ifndef HOOK_HPP
|
|
#define HOOK_HPP
|
|
|
|
void do_ui_hook();
|
|
|
|
void hook_game_lua_for_ingame_ui();
|
|
|
|
#endif //HOOK_HPP
|