hedgewars/hwLibrary.pas
branchqmlfrontend
changeset 10414 50bcefec5bf6
parent 10406 b5fd52ac760f
child 10416 1c301054694d
--- a/hedgewars/hwLibrary.pas	Thu Sep 18 23:02:05 2014 +0400
+++ b/hedgewars/hwLibrary.pas	Fri Sep 19 14:27:41 2014 +0400
@@ -29,8 +29,15 @@
 
 Library hwLibrary;
 
-uses hwengine, uTypes, uConsts, uVariables, uSound, uCommands, uUtils,
-    uLocale{$IFDEF ANDROID}, jni{$ENDIF}
+uses hwengine
+    , uTypes
+    , uConsts
+    , uVariables
+    , uSound
+    , uCommands
+    , uUtils
+    , uLocale
+    {$IFDEF ANDROID}, jni{$ENDIF}
     , uFLTypes
     , uFLGameConfig;