mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 08:09:19 +02:00
Remove __fastcall calling convention
This commit is contained in:
72
EvLaunch.h
72
EvLaunch.h
@@ -1,36 +1,36 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef EvLaunchH
|
||||
#define EvLaunchH
|
||||
|
||||
#include "Classes.h"
|
||||
|
||||
class TEventLauncher
|
||||
{
|
||||
private:
|
||||
int iKey;
|
||||
double DeltaTime;
|
||||
double UpdatedTime;
|
||||
double fVal1;
|
||||
double fVal2;
|
||||
char *szText;
|
||||
int iHour, iMinute; // minuta uruchomienia
|
||||
public:
|
||||
double dRadius;
|
||||
AnsiString asEvent1Name;
|
||||
AnsiString asEvent2Name;
|
||||
AnsiString asMemCellName;
|
||||
TEvent *Event1;
|
||||
TEvent *Event2;
|
||||
TMemCell *MemCell;
|
||||
int iCheckMask;
|
||||
__fastcall TEventLauncher();
|
||||
__fastcall ~TEventLauncher();
|
||||
void __fastcall Init();
|
||||
bool __fastcall Load(cParser *parser);
|
||||
bool __fastcall Render();
|
||||
bool __fastcall IsGlobal();
|
||||
};
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef EvLaunchH
|
||||
#define EvLaunchH
|
||||
|
||||
#include "Classes.h"
|
||||
|
||||
class TEventLauncher
|
||||
{
|
||||
private:
|
||||
int iKey;
|
||||
double DeltaTime;
|
||||
double UpdatedTime;
|
||||
double fVal1;
|
||||
double fVal2;
|
||||
char *szText;
|
||||
int iHour, iMinute; // minuta uruchomienia
|
||||
public:
|
||||
double dRadius;
|
||||
AnsiString asEvent1Name;
|
||||
AnsiString asEvent2Name;
|
||||
AnsiString asMemCellName;
|
||||
TEvent *Event1;
|
||||
TEvent *Event2;
|
||||
TMemCell *MemCell;
|
||||
int iCheckMask;
|
||||
TEventLauncher();
|
||||
~TEventLauncher();
|
||||
void Init();
|
||||
bool Load(cParser *parser);
|
||||
bool Render();
|
||||
bool IsGlobal();
|
||||
};
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user