DEADSOFTWARE

put "{$MODE ...}" directive in each source file; removed trailing spaces, and convert...
[d2df-sdl.git] / src / shared / MAPREADER.pas
index 868c1b0f7f5218a71e7871f74a9e33851e0a50d4..0c8849bc5727f46c5b94b9a3ed8705077816da31 100644 (file)
@@ -1,3 +1,4 @@
+{$MODE DELPHI}
 unit MAPREADER;
 
 {
@@ -33,7 +34,7 @@ type
     function LoadMap(Data: Pointer): Boolean;
     procedure FreeMap();
     function HandledVersion(): Byte; virtual;
-    
+
     property GetError: Byte read FError;
     property GetVersion: Byte read FVersion;
   end;