1<defn>
2	<minplayers>0</minplayers>
3	<maxplayers>24</maxplayers>
4	<landscapewidth>256</landscapewidth>
5	<landscapeheight>256</landscapeheight>
6	<roof type="sky"></roof>
7	<tankstart type="height">
8		<startcloseness>20</startcloseness>
9		<height><min>5.5</min><max>30</max></height>
10		<startmask></startmask>
11	</tankstart>
12	<heightmap type="file">
13            <file>data/landscapes/l10.png</file>
14		<levelsurround>true</levelsurround>
15	</heightmap>
16
17	 <includes>
18       <include>data/landscapes/options.xml</include>
19         <include>data/landscapes/event_goodies.xml</include>
20                  <include>data/landscapes/globalhawk.xml</include>
21         </includes>
22
23
24</defn>
25