unit uFLGameConfig; interface procedure ResetGameConfig; cdecl; export; implementation procedure ResetGameConfig; cdecl; begin end; end.