hedgewars/uFLGameConfig.pas
branchqmlfrontend
changeset 10406 b5fd52ac760f
child 10426 727a154cf784
equal deleted inserted replaced
10404:1baaab44a0b2 10406:b5fd52ac760f
       
     1 unit uFLGameConfig;
       
     2 
       
     3 interface
       
     4 
       
     5 procedure ResetGameConfig; cdecl; export;
       
     6 
       
     7 implementation
       
     8 
       
     9 procedure ResetGameConfig; cdecl;
       
    10 begin
       
    11 end;
       
    12 
       
    13 end.