Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ CreateDefaultIniReader
Function
CreateDefaultIniReader
src/openrct2/config/IniReader.cpp:436–439 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
434
}
435
436
std::unique_ptr<IIniReader> CreateDefaultIniReader()
437
{
438
return std::make_unique<DefaultIniReader>();
439
}
Callers
1
SetDefaults
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected