| 79 | } |
| 80 | |
| 81 | void parseInclude(FScanner& sc, FScriptPosition& pos) |
| 82 | { |
| 83 | sc.MustGetString(); |
| 84 | performInclude(&sc, sc.String, &pos); |
| 85 | } |
| 86 | |
| 87 | void parseIncludeDefault(FScanner& sc, FScriptPosition& pos) |
| 88 | { |
nothing calls this directly
no test coverage detected