6 #ifndef TURI_UNITY_GLOBAL_SINGLETON_HPP 7 #define TURI_UNITY_GLOBAL_SINGLETON_HPP 10 #include <model_server/lib/variant.hpp> 13 class toolkit_function_registry;
14 class toolkit_class_registry;
23 toolkit_class_registry* _classes);
32 #endif // TURI_UNITY_GLOBAL_SINGLETON_HPP std::shared_ptr< unity_global > get_unity_global_singleton()
void create_unity_global_singleton(toolkit_function_registry *_toolkit_functions, toolkit_class_registry *_classes)