Added entry for DirectSoundFullDuplexCreate.
[wine] / documentation / wine-devel.sgml
1 <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
2
3 <!-- *** Include list of authors *** -->
4 <!entity % authors SYSTEM "authors.ent">
5 %authors;
6
7 <!entity debugger SYSTEM "debugger.sgml">
8 <!entity documentation SYSTEM "documentation.sgml">
9 <!entity patches SYSTEM "patches.sgml">
10 <!entity testing SYSTEM "testing.sgml">
11 <!entity i18n SYSTEM "i18n.sgml">
12 <!entity tools SYSTEM "tools.sgml">
13
14 <!entity architecture SYSTEM "architecture.sgml">
15 <!entity dlls SYSTEM "dlls.sgml">
16 <!entity debugging SYSTEM "debugging.sgml">
17 <!entity ole SYSTEM "ole.sgml">
18 <!entity build SYSTEM "build.sgml">
19 <!entity opengl SYSTEM "opengl.sgml">
20 <!entity multimedia SYSTEM "multimedia.sgml">
21
22 <!entity cvs SYSTEM "cvs.sgml">
23
24 <!entity implementation SYSTEM "implementation.sgml">
25 <!entity porting SYSTEM "porting.sgml">
26 <!entity consoles SYSTEM "consoles.sgml">
27 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
28
29 <!--
30 <!entity status SYSTEM "status.sgml">
31 -->
32 ]>
33
34 <book id="index">
35   <bookinfo>
36     <title>Wine Developer's Guide</title>
37   </bookinfo>
38
39   <part id="part-one">
40     <title>Developing Wine</title>
41
42     &debugger;
43     &documentation;
44     &patches;
45     &testing;
46     &i18n;
47     &tools;
48   </part>
49
50   <part id="part-two">
51     <title>Wine Architecture</title>
52
53     &architecture;
54     &dlls;
55     &debugging;
56     &ole;
57     &build;
58     &opengl;
59     &multimedia;
60   </part>
61
62   <part id="part-three">
63     <title>Using CVS</title>
64     &cvs;
65   </part>
66  
67   <part id="part-four">
68     <title>Advanced Topics</title>
69     &implementation;
70     &porting;
71     &consoles;
72     &cvs-regression;
73   </part>
74
75 </book>