hedgewars/uFLDrawnMap.pas
branchqmlfrontend
changeset 11467 33a0e3a14ddc
child 11485 b0c34402038c
equal deleted inserted replaced
11465:9f2fb0031ef0 11467: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.