mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
9 lines
154 B
C++
9 lines
154 B
C++
#ifndef UI_SCRIPT_FUNCTIONS_SYSTEM_HPP
|
|
#define UI_SCRIPT_FUNCTIONS_SYSTEM_HPP
|
|
|
|
void SystemRegisterFunctions();
|
|
|
|
void SystemUnregisterFunctions();
|
|
|
|
#endif
|