MCPcopy Create free account
hub / github.com/axmolengine/axmol / init

Method init

core/platform/FileUtils.cpp:534–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534bool FileUtils::init()
535{
536 _searchPathArray.emplace_back(_defaultResRootPath);
537 return true;
538}
539
540void FileUtils::purgeCachedEntries()
541{

Callers 3

Calls 1

emplace_backMethod · 0.45

Tested by

no test coverage detected