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

Function parseInclude

source/core/defparser.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void parseInclude(FScanner& sc, FScriptPosition& pos)
82{
83 sc.MustGetString();
84 performInclude(&sc, sc.String, &pos);
85}
86
87void parseIncludeDefault(FScanner& sc, FScriptPosition& pos)
88{

Callers

nothing calls this directly

Calls 2

performIncludeFunction · 0.85
MustGetStringMethod · 0.80

Tested by

no test coverage detected