File: config.xml

package info (click to toggle)
exult 1.2-4
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 9,040 kB
  • ctags: 10,543
  • sloc: cpp: 99,373; sh: 8,333; ansic: 4,659; makefile: 988; yacc: 769; lex: 313; xml: 19
file content (24 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24


<config>
	<!-- Just a comment -->
	<audio>
		<!-- Just another comment -->
		<enabled> yes </>
		<speech>
			<enabled> yes </enabled>
			<device> /dev/dsp </device>
		</speech>
		<midi>
			<enabled> yes </enabled>
			<device> 5 </device>
		</midi>
	</audio>
	<disk>
		<!-- Yet a third comment -->
		<u7path>/home/dancer/projects/u7/</u7path>
		<u7path_with_spaces> d:\ultima series\ultima vii - the serpent isle </u7path_with_spaces>
	</disk>
	<newform option="something">newstuff</newform>
	<debugging/>
</config>