hedgewars/uFLGameConfig.pas
author unc0rr
Tue, 16 Sep 2014 12:46:58 +0400
branchqmlfrontend
changeset 10408 5fdc42ef5bcc
parent 10406 b5fd52ac760f
child 10426 727a154cf784
permissions -rw-r--r--
Some more of ignoration

unit uFLGameConfig;

interface

procedure ResetGameConfig; cdecl; export;

implementation

procedure ResetGameConfig; cdecl;
begin
end;

end.