Brunot
Loading...
Searching...
No Matches
Factory.cpp File Reference
Include dependency graph for Factory.cpp:

Namespaces

namespace  th

Typedefs

using th::ConstructFunction = std::function<std::unique_ptr<AnySerializable>(sys::Json&)>

Variables

static const std::unordered_map< std::string, ConstructFunctionth::component_constructors
static const std::unordered_map< gobj::Type, ConstructFunctionth::gameObject_contructors
static const std::unordered_map< std::string, ConstructFunctionth::resource_constructors