simulation manager extended to 4 player, refactoring, porno progress bar

This commit is contained in:
Janik Schlemminger
2014-04-13 01:30:38 +02:00
parent 40d6a0e6f0
commit 8d07af4431
14 changed files with 190 additions and 98 deletions

View File

@@ -7,6 +7,7 @@
using namespace std;
using namespace tinyxml2;
void reportFatal(std::string sender, std::string message)
{
SC_REPORT_FATAL(sender.c_str(), message.c_str());