diff 06/std.xhtml @ 3:bd0f1253691d

Add documentation of ECL format.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 06 Aug 2011 13:42:40 +0200
parents 0a7e6e3d5327
children 617e7760fd9f
line wrap: on
line diff
--- a/06/std.xhtml
+++ b/06/std.xhtml
@@ -25,6 +25,7 @@ typedef struct {
     char song2_path[128];
     char song3_path[128]; // ? A single blank if unused
     char song4_path[128]; // ? A single blank if unused
+    uint32_t offsets[nb_objects]; // offsets of the start of each object of section 1
 } thstd_header_t;
 </pre>
 
@@ -60,13 +61,6 @@ struct object {
 };
 </pre>
 
-		<p>The following description is symbolic.</p>
-<pre>
-struct section1 {
-    uint32_t offsets[]; // header.nb_objects offsets towards objects
-};*/
-</pre>
-
 
 		<h2>Second section</h2>
 		<p>This section is responsible for placing objects from section 1 in the space.</p>