File: config.xml

package info (click to toggle)
exult 0.98rc1-2
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 6,924 kB
  • ctags: 8,928
  • sloc: cpp: 83,768; sh: 7,643; ansic: 4,328; makefile: 890; yacc: 618; lex: 255; 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>