hedgewars/uFLGameConfig.pas
author unc0rr
Thu, 18 Sep 2014 23:02:05 +0400
branchqmlfrontend
changeset 10412 9a8d4efcf3fa
parent 10406 b5fd52ac760f
child 10426 727a154cf784
permissions -rw-r--r--
- More flib IPC routines - Rework engine's uIO to use new IPC mechanism

unit uFLGameConfig;

interface

procedure ResetGameConfig; cdecl; export;

implementation

procedure ResetGameConfig; cdecl;
begin
end;

end.