| 12 | } |
| 13 | |
| 14 | void Config::ParseFile(std::ifstream &inStream) { |
| 15 | ASSERT(false, "Config load from file not implemented! (yet)"); |
| 16 | } |
| 17 | |
| 18 | |
| 19 | void Config::InitFromCommandLine(int argc, char **argv) { |
nothing calls this directly
no outgoing calls
no test coverage detected