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/_magic_doc_8cpp.html | 248 ++++++++++++++++++++++++++++++++++ 1 file changed, 248 insertions(+) create mode 100644 Doc/doxygen/html/_magic_doc_8cpp.html (limited to 'Doc/doxygen/html/_magic_doc_8cpp.html') diff --git a/Doc/doxygen/html/_magic_doc_8cpp.html b/Doc/doxygen/html/_magic_doc_8cpp.html new file mode 100644 index 0000000..4bacbce --- /dev/null +++ b/Doc/doxygen/html/_magic_doc_8cpp.html @@ -0,0 +1,248 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/Magic2/MagicDoc.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
MagicDoc.cpp File Reference
+
+
+
#include "stdafx.h"
+#include "Magic.h"
+#include "MagicDoc.h"
+#include "ModelFileMAG.h"
+#include "ModelFileOBJ.h"
+#include "ModelFile3DS.h"
+#include "Selection.h"
+#include "Selector.h"
+#include "Editor.h"
+#include "Command.h"
+#include "Bitmap.h"
+#include "Color.h"
+#include "D3DXImage.h"
+#include "Geometry.h"
+#include "Pcx.h"
+#include "Polygon.h"
+#include "Solid.h"
+
+

Go to the source code of this file.

+ + + + + +

+Functions

int LoadBuffer (const char *filename, BYTE *&buf, bool null_terminate)
int LoadTexture (const char *fname, Bitmap *&bitmap, int type)
int LoadAlpha (const char *name, Bitmap &bitmap, int type)
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
int LoadAlpha (const char * name,
Bitmapbitmap,
int type 
)
+
+ +

Definition at line 535 of file MagicDoc.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
int LoadBuffer (const char * filename,
BYTE *& buf,
bool null_terminate 
)
+
+ +

Definition at line 409 of file MagicDoc.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
int LoadTexture (const char * fname,
Bitmap *& bitmap,
int type 
)
+
+ +

Definition at line 459 of file MagicDoc.cpp.

+ +
+
+
+
+ + + + -- cgit v1.1