MCPcopy Create free account
hub / github.com/defold/defold / GetFirstTypeCreatorDesc

Function GetFirstTypeCreatorDesc

engine/resource/src/resource_type.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135static const TypeCreatorDesc* GetFirstTypeCreatorDesc()
136{
137 return g_ResourceTypeCreatorDescFirst;
138}
139
140
141// add already registered types

Callers 2

RegisterTypesFunction · 0.85
DeregisterTypesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected