16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 20:39:18 +02:00

Cleaning up after __fastcall remove.

Cleaning up project after remove _fastcall. Project now buildable.
This commit is contained in:
Firleju
2015-04-15 23:49:51 +02:00
parent 9eb087b96e
commit a11d21673e
35 changed files with 137 additions and 96 deletions

View File

@@ -692,7 +692,7 @@ bool Global::DoEvents()
}
//---------------------------------------------------------------------------
__fastcall TTranscripts::TTranscripts()
TTranscripts::TTranscripts()
{
iCount = 0; // brak linijek do wyœwietlenia
iStart = 0; // wype³niaæ od linijki 0
@@ -703,7 +703,7 @@ __fastcall TTranscripts::TTranscripts()
}
fRefreshTime = 360.0; // wartoœc zaporowa
};
__fastcall TTranscripts::~TTranscripts(){};
TTranscripts::~TTranscripts(){};
void TTranscripts::AddLine(char *txt, float show, float hide, bool it)
{ // dodanie linii do tabeli, (show) i (hide) w [s] od aktualnego czasu
if (show == hide)