hedgewars/uStore.pas
changeset 2587 0dfa56a8513c
parent 2582 e16668bac20f
child 2592 d86618629e20
--- a/hedgewars/uStore.pas	Sun Oct 25 15:55:49 2009 +0000
+++ b/hedgewars/uStore.pas	Sun Oct 25 16:35:09 2009 +0000
@@ -18,6 +18,7 @@
 
 unit uStore;
 interface
+{$INCLUDE options.inc}
 uses sysutils, uConsts, uTeams, SDLh,
 {$IFDEF GLES11}
 	gles11,
@@ -25,7 +26,6 @@
 	GL, GLext,
 {$ENDIF}
 uFloat;
-{$INCLUDE options.inc}
 
 procedure StoreInit;
 procedure StoreLoad;