mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 17:29:18 +02:00
Usunięcie pozostałych jeszcze słów kluczowych __fastcall.
This commit is contained in:
@@ -33,9 +33,9 @@ class TTrackFollower
|
||||
vector3 vAngles; // x:przechy³ka, y:pochylenie, z:kierunek w planie (w radianach)
|
||||
TTrackFollower();
|
||||
~TTrackFollower();
|
||||
TTrack *__fastcall SetCurrentTrack(TTrack *pTrack, int end);
|
||||
TTrack * SetCurrentTrack(TTrack *pTrack, int end);
|
||||
bool Move(double fDistance, bool bPrimary);
|
||||
inline TTrack *__fastcall GetTrack()
|
||||
inline TTrack * GetTrack()
|
||||
{
|
||||
return pCurrentTrack;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user