Obsługa rozkładu jazdy przetłumaczona na C++.

This commit is contained in:
firleju
2016-09-09 06:38:50 +02:00
parent a324e9fd02
commit 803cefc71d
15 changed files with 717 additions and 60 deletions

View File

@@ -16,7 +16,7 @@ http://mozilla.org/MPL/2.0/.
#include "system.hpp"
#pragma hdrstop
#include "mtable.hpp"
#include "mtable.h"
#include "Timer.h"
#include "Globals.h"
#include "EvLaunch.h"
@@ -27,6 +27,8 @@ http://mozilla.org/MPL/2.0/.
#include "parser.h"
#include "Console.h"
using namespace Mtable;
//---------------------------------------------------------------------------
TEventLauncher::TEventLauncher()