| 284 | void AbyssEngine::quit() { _running = false; } |
| 285 | |
| 286 | bool AbyssEngine::processCommandLineArguments(const int argc, char **argv) { |
| 287 | bool quitOnRun = false; |
| 288 | Common::CommandLineOpts::process(argc, argv, quitOnRun, _configuration); |
| 289 | |
| 290 | return !quitOnRun; |
| 291 | } |
| 292 | |
| 293 | void AbyssEngine::initializeFiles() { |
| 294 | if (!_configuration.getDirectDir().empty()) { |