16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 06:59:18 +02:00

removed dependencies on the old parser. The code can now be compiled outside of Borland C++

This commit is contained in:
tmj-fstate
2017-01-15 15:04:17 +01:00
parent 7df7c8b76e
commit 15cf3d73a8
87 changed files with 3395 additions and 3232 deletions

View File

@@ -10,10 +10,8 @@ http://mozilla.org/MPL/2.0/.
#ifndef EvLaunchH
#define EvLaunchH
#include "Classes.h"
#include <string>
using namespace std;
#include "Classes.h"
class TEventLauncher
{
@@ -27,9 +25,9 @@ class TEventLauncher
int iHour, iMinute; // minuta uruchomienia
public:
double dRadius;
string asEvent1Name;
string asEvent2Name;
string asMemCellName;
std::string asEvent1Name;
std::string asEvent2Name;
std::string asMemCellName;
TEvent *Event1;
TEvent *Event2;
TMemCell *MemCell;