1
0

Merged IniFile into main MCS sources.

This commit is contained in:
Mattes D
2014-10-23 15:15:10 +02:00
parent 154c329a25
commit 449d08cb3d
29 changed files with 29 additions and 40 deletions

View File

@@ -4,7 +4,7 @@
// Implements the cRCONServer class representing the RCON server
#include "Globals.h"
#include "inifile/iniFile.h"
#include "IniFile.h"
#include "RCONServer.h"
#include "Server.h"
#include "Root.h"