whoa/src/ui/ScriptFunctionsSystem.hpp
2026-01-26 16:37:50 -06:00

9 lines
154 B
C++

#ifndef UI_SCRIPT_FUNCTIONS_SYSTEM_HPP
#define UI_SCRIPT_FUNCTIONS_SYSTEM_HPP
void SystemRegisterFunctions();
void SystemUnregisterFunctions();
#endif