#include "Globals.h"
#include "Root.h"
#include "tclap/CmdLine.h"
#include <exception>
#include <csignal>
#include <stdlib.h>
#include "OSSupport/NetworkSingleton.h"
#include "BuildInfo.h"
#include "Logger.h"
#include "MemorySettingsRepository.h"
Go to the source code of this file.
|
bool | g_ShouldLogCommIn |
| If set to true, the protocols will log each player's incoming (C->S) communication to a per-connection logfile. More...
|
|
bool | g_ShouldLogCommOut |
| If set to true, the protocols will log each player's outgoing (S->C) communication to a per-connection logfile. More...
|
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
static void NonCtrlHandler |
( |
int |
a_Signal | ) |
|
|
static |
If set to true, the protocols will log each player's incoming (C->S) communication to a per-connection logfile.
Definition at line 52 of file main.cpp.
If set to true, the protocols will log each player's outgoing (S->C) communication to a per-connection logfile.
Definition at line 55 of file main.cpp.