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:
10
EvLaunch.h
10
EvLaunch.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user