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_bmp_file_header.html | 211 +++++++++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 Doc/doxygen/html/struct_bmp_file_header.html (limited to 'Doc/doxygen/html/struct_bmp_file_header.html') diff --git a/Doc/doxygen/html/struct_bmp_file_header.html b/Doc/doxygen/html/struct_bmp_file_header.html new file mode 100644 index 0000000..a9c0b99 --- /dev/null +++ b/Doc/doxygen/html/struct_bmp_file_header.html @@ -0,0 +1,211 @@ + + + + + +Starshatter_Open: BmpFileHeader Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
BmpFileHeader Struct Reference
+
+
+ +

#include <Bmp.h>

+ +

List of all members.

+ + + + + + + +

+Public Attributes

WORD type
DWORD size
WORD rsvd1
WORD rsvd2
DWORD offset
+

Detailed Description

+
+

Definition at line 22 of file Bmp.h.

+

Member Data Documentation

+ +
+
+ + + + +
DWORD BmpFileHeader::offset
+
+ +

Definition at line 28 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
WORD BmpFileHeader::rsvd1
+
+ +

Definition at line 26 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
WORD BmpFileHeader::rsvd2
+
+ +

Definition at line 27 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
DWORD BmpFileHeader::size
+
+ +

Definition at line 25 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
WORD BmpFileHeader::type
+
+ +

Definition at line 24 of file Bmp.h.

+ +
+
+
The documentation for this struct was generated from the following file:
    +
  • D:/SRC/StarshatterSVN/nGenEx/Bmp.h
  • +
+
+
+ + + + -- cgit v1.1