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

@@ -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() {}