hedgewars/uFLGameConfig.pas
branchqmlfrontend
changeset 10406 b5fd52ac760f
child 10426 727a154cf784
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hedgewars/uFLGameConfig.pas	Tue Sep 16 12:47:39 2014 +0400
@@ -0,0 +1,13 @@
+unit uFLGameConfig;
+
+interface
+
+procedure ResetGameConfig; cdecl; export;
+
+implementation
+
+procedure ResetGameConfig; cdecl;
+begin
+end;
+
+end.