hedgewars/uFLGameConfig.pas
author unc0rr
Tue, 16 Sep 2014 12:47:39 +0400
branchqmlfrontend
changeset 10406 b5fd52ac760f
child 10426 727a154cf784
permissions -rw-r--r--
Basic layout of frontlib, some more sdl bindings

unit uFLGameConfig;

interface

procedure ResetGameConfig; cdecl; export;

implementation

procedure ResetGameConfig; cdecl;
begin
end;

end.