mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 00:09:19 +02:00
Cleaning up after __fastcall remove.
Cleaning up project after remove _fastcall. Project now buildable.
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
#include "AirCoupler.h"
|
||||
#include "Timer.h"
|
||||
|
||||
__fastcall TAirCoupler::TAirCoupler() { Clear(); }
|
||||
TAirCoupler::TAirCoupler() { Clear(); }
|
||||
|
||||
__fastcall TAirCoupler::~TAirCoupler() {}
|
||||
TAirCoupler::~TAirCoupler() {}
|
||||
|
||||
int TAirCoupler::GetStatus()
|
||||
{ // zwraca 1, jeœli istnieje model prosty, 2 gdy skoœny
|
||||
|
||||
Reference in New Issue
Block a user