MCPcopy Create free account
hub / github.com/crownengine/crown / register_fallback

Method register_fallback

src/resource/resource_loader.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void ResourceLoader::register_fallback(StringId64 type, StringId64 name)
61{
62 hash_map::set(_fallback, type, name);
63}
64
65File *ResourceLoader::open_stream(StringId64 type, StringId64 name)
66{

Callers 1

main_loopMethod · 0.80

Calls 1

setClass · 0.85

Tested by

no test coverage detected