hedgewars/uFLGameConfig.pas
author unc0rr
Fri, 26 Sep 2014 00:56:36 +0400
branchqmlfrontend
changeset 10422 4cf23d4c7624
parent 10406 b5fd52ac760f
child 10426 727a154cf784
permissions -rw-r--r--
- Pages - Animations on buttons hovering

unit uFLGameConfig;

interface

procedure ResetGameConfig; cdecl; export;

implementation

procedure ResetGameConfig; cdecl;
begin
end;

end.