hedgewars/uAmmos.pas
changeset 2630 079ef82eac75
parent 2608 cebfea02f8b5
child 2715 0e4e0db79e2a
--- a/hedgewars/uAmmos.pas	Fri Nov 20 14:56:43 2009 +0000
+++ b/hedgewars/uAmmos.pas	Fri Nov 20 21:22:05 2009 +0000
@@ -16,10 +16,11 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  *)
 
+{$INCLUDE "options.inc"}
+
 unit uAmmos;
 interface
 uses uConsts, uTeams;
-{$INCLUDE "options.inc"}
 
 procedure AddAmmoStore(s: shortstring);
 procedure AssignStores;