#include <fstream>#include "Level.h"#include "Menu.h"#include "Window.h"#include "Network.h"#include "myTools.h"Include dependency graph for c0re.cpp:

Go to the source code of this file.
Functions | |
| int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
| int WINAPI WinMain | ( | HINSTANCE | hInstance, | |
| HINSTANCE | hPrevInstance, | |||
| LPSTR | lpCmdLine, | |||
| int | nCmdShow | |||
| ) |
Definition at line 26 of file c0re.cpp.
References Network::connect(), Network::createServer(), Window::createWindow(), Menu::getGameMode(), Menu::getLevelName(), Menu::getString(), GM_Client, GM_Local, GM_Server, Level::init(), Level::load(), Level::network, Level::run(), splitLine(), and Network::waitForRemoteSide().
Here is the call graph for this function:

1.5.2