diff --git a/Units/MMLCore/bitmaps.pas b/Units/MMLCore/bitmaps.pas index cda2ac6..5a02ae4 100644 --- a/Units/MMLCore/bitmaps.pas +++ b/Units/MMLCore/bitmaps.pas @@ -472,6 +472,12 @@ begin BmpArray[number] := nil; end; +{ + + Implementation TMufasaBitmap + +} + function TMufasaBitmap.SaveToFile(const FileName: string): boolean; var rawImage : TRawImage;