mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 10:29:19 +02:00
Usunięcie pozostałych jeszcze słów kluczowych __fastcall.
This commit is contained in:
8
Train.h
8
Train.h
@@ -62,8 +62,8 @@ class TCab
|
||||
TButton *btList; // Ra 2014-08: lista animacji dwustanowych (lampek) w kabinie
|
||||
int iButtonsMax, iButtons; // ile miejsca w tablicy i ile jest w u篡ciu
|
||||
public:
|
||||
TGauge *__fastcall Gauge(int n = -1); // pobranie adresu obiektu
|
||||
TButton *__fastcall Button(int n = -1); // pobranie adresu obiektu
|
||||
TGauge * Gauge(int n = -1); // pobranie adresu obiektu
|
||||
TButton * Button(int n = -1); // pobranie adresu obiektu
|
||||
void Update();
|
||||
};
|
||||
|
||||
@@ -410,11 +410,11 @@ class TTrain
|
||||
{
|
||||
return iRadioChannel;
|
||||
};
|
||||
inline TDynamicObject *__fastcall Dynamic()
|
||||
inline TDynamicObject * Dynamic()
|
||||
{
|
||||
return DynamicObject;
|
||||
};
|
||||
inline TMoverParameters *__fastcall Controlled()
|
||||
inline TMoverParameters * Controlled()
|
||||
{
|
||||
return mvControlled;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user