mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-05 15:42:17 +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
|