MCPcopy Create free account
hub / github.com/ZDoom/Raze / parseIncludeDefault

Function parseIncludeDefault

source/core/defparser.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void parseIncludeDefault(FScanner& sc, FScriptPosition& pos)
88{
89 performInclude(&sc, G_DefaultDefFile(), &pos);
90}
91
92//===========================================================================
93//

Callers

nothing calls this directly

Calls 2

performIncludeFunction · 0.85
G_DefaultDefFileFunction · 0.85

Tested by

no test coverage detected