mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Cleaning up after __fastcall remove.
Cleaning up project after remove _fastcall. Project now buildable.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "Timer.h"
|
||||
#include "FadeSound.h"
|
||||
|
||||
__fastcall TFadeSound::TFadeSound()
|
||||
TFadeSound::TFadeSound()
|
||||
{
|
||||
Sound = NULL;
|
||||
fFade = 0;
|
||||
@@ -20,7 +20,7 @@ __fastcall TFadeSound::TFadeSound()
|
||||
fTime = 0;
|
||||
}
|
||||
|
||||
__fastcall TFadeSound::~TFadeSound() { Free(); }
|
||||
TFadeSound::~TFadeSound() { Free(); }
|
||||
|
||||
void TFadeSound::Free() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user