MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / addReloadable

Method addReloadable

src/resources/ResourceManager.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void ResourceManager::addReloadable(std::weak_ptr<IReloadable> reloadable)
96{
97 mReloadables.push_back(reloadable);
98}

Callers 2

getMethod · 0.80
getMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected