MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / GetSound

Method GetSound

Source/Fodder.hpp:1316–1318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1314 }
1315
1316 template <typename tType> std::shared_ptr<tType> GetSound() {
1317 return std::dynamic_pointer_cast<tType>(mSound);
1318 }
1319
1320public:
1321

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected