| 474 | //========================================================================== |
| 475 | |
| 476 | void FScanner::MustGetString (void) |
| 477 | { |
| 478 | if (FScanner::GetString() == false) |
| 479 | { |
| 480 | ScriptError ("Missing string (unexpected end of file)."); |
| 481 | } |
| 482 | } |
| 483 | |
| 484 | //========================================================================== |
| 485 | // |
no test coverage detected