hedgewars/hwLibrary.pas
branchqmlfrontend
changeset 10406 b5fd52ac760f
parent 10175 c92668840ea8
child 10414 50bcefec5bf6
--- a/hedgewars/hwLibrary.pas	Sat Sep 13 00:27:10 2014 +0400
+++ b/hedgewars/hwLibrary.pas	Tue Sep 16 12:47:39 2014 +0400
@@ -30,7 +30,9 @@
 Library hwLibrary;
 
 uses hwengine, uTypes, uConsts, uVariables, uSound, uCommands, uUtils,
-     uLocale{$IFDEF ANDROID}, jni{$ENDIF};
+    uLocale{$IFDEF ANDROID}, jni{$ENDIF}
+    , uFLTypes
+    , uFLGameConfig;
 
 {$INCLUDE "config.inc"}