From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/struct_chunk.html | 197 +++++++++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 Doc/doxygen/html/struct_chunk.html (limited to 'Doc/doxygen/html/struct_chunk.html') diff --git a/Doc/doxygen/html/struct_chunk.html b/Doc/doxygen/html/struct_chunk.html new file mode 100644 index 0000000..699b041 --- /dev/null +++ b/Doc/doxygen/html/struct_chunk.html @@ -0,0 +1,197 @@ + + + + + +Starshatter_Open: Chunk Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Chunk Struct Reference
+
+
+ +

#include <M3DS.h>

+ +

List of all members.

+ + + + + + +

+Public Attributes

WORD id
DWORD len
BYTE * start
List< Chunkchunks
+

Detailed Description

+
+

Definition at line 28 of file M3DS.cpp.

+

Member Data Documentation

+ +
+
+ + + + +
List< Chunk > Chunk::chunks
+
+ +

Definition at line 34 of file M3DS.cpp.

+ +
+
+ +
+
+ + + + +
WORD Chunk::id
+
+ +

Definition at line 30 of file M3DS.cpp.

+ +
+
+ +
+
+ + + + +
DWORD Chunk::len
+
+ +

Definition at line 31 of file M3DS.cpp.

+ +
+
+ +
+
+ + + + +
BYTE * Chunk::start
+
+ +

Definition at line 32 of file M3DS.cpp.

+ +
+
+
The documentation for this struct was generated from the following files:
    +
  • D:/SRC/StarshatterSVN/Magic2/M3DS.cpp
  • +
  • D:/SRC/StarshatterSVN/Magic2/M3DS.h
  • +
+
+
+ + + + -- cgit v1.1