hedgewars/uFLDrawnMap.pas
branchqmlfrontend
changeset 11462 33a0e3a14ddc
child 11480 b0c34402038c
equal deleted inserted replaced
11460:9f2fb0031ef0 11462:33a0e3a14ddc
       
     1 unit uFLDrawnMap;
       
     2 interface
       
     3 
       
     4 function decodeDrawnMap(data: ansistring): ansistring;
       
     5 
       
     6 implementation
       
     7 uses uUtils;
       
     8 
       
     9 function decodeDrawnMap(data: ansistring): ansistring;
       
    10 begin
       
    11 end;
       
    12 
       
    13 end.