| 996 | } |
| 997 | |
| 998 | void FExecList::ExecCommands() const |
| 999 | { |
| 1000 | for (unsigned i = 0; i < Commands.Size(); ++i) |
| 1001 | { |
| 1002 | AddCommandString(Commands[i].GetChars()); |
| 1003 | } |
| 1004 | } |
| 1005 | |
| 1006 | void FExecList::AddPullins(std::vector<std::string>& wads, FConfigFile *config) const |
| 1007 | { |
no test coverage detected