#include <client/ClientParams.h>#include <client/ScorchedClient.h>#include <client/ClientMain.h>#include <server/ScorchedServer.h>#include <engine/ModDirs.h>#include <common/OptionsScorched.h>#include <common/ARGParser.h>#include <common/Defines.h>#include <common/OptionsTransient.h>#include <graph/OptionsDisplay.h>#include <locale.h>#include <math.h>#include <signal.h>#include <float.h>#include <time.h>#include <common/main.h>#include <SDL/SDL.h>Go to the source code of this file.
Functions | |
| void | checkLaunchFile (char *progPath) |
| int | main (int argc, char *argv[]) |
| void checkLaunchFile | ( | char * | progPath | ) |
Definition at line 39 of file main.cpp.
References S3D::dialogExit(), ClientParams::instance(), scorched3dAppName, and ClientParams::setConnect().
Referenced by main().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 60 of file main.cpp.
References checkLaunchFile(), ClientMain::clientMain(), S3D::dialogExit(), OptionsDisplay::getHostDescriptionEntry(), OptionsDisplay::getOnlineUserNameEntry(), S3D::getOSDesc(), OptionsDisplay::instance(), ClientParams::instance(), run_main(), scorched3dAppName, ClientParams::setExitTime(), OptionEntryString::setValue(), and OptionsDisplay::writeOptionsToFile().
1.5.3