MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / rs_open

Method rs_open

ogsr_engine/xrCore/LocatorAPI.cpp:1042–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1040}
1041
1042CStreamReader* CLocatorAPI::rs_open(LPCSTR path, LPCSTR _fname) { return (r_open_impl<CStreamReader>(path, _fname)); } // only for ".geom", ".geomx", ".ogm"
1043
1044IReader* CLocatorAPI::r_open(LPCSTR path, LPCSTR _fname) { return (r_open_impl<IReader>(path, _fname)); }
1045

Callers 2

LoadMethod · 0.80
level_LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected