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/_archive_8cpp.html | 240 ++++++++++++++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 Doc/doxygen/html/_archive_8cpp.html (limited to 'Doc/doxygen/html/_archive_8cpp.html') diff --git a/Doc/doxygen/html/_archive_8cpp.html b/Doc/doxygen/html/_archive_8cpp.html new file mode 100644 index 0000000..8993c7c --- /dev/null +++ b/Doc/doxygen/html/_archive_8cpp.html @@ -0,0 +1,240 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/nGenEx/Archive.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Archive.cpp File Reference
+
+
+
#include "MemDebug.h"
+#include "Types.h"
+#include "Archive.h"
+#include <fcntl.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <io.h>
+#include <stdio.h>
+#include <time.h>
+#include "zlib.h"
+
+

Go to the source code of this file.

+ + + +

+Macros

#define CHECK_ERR(err, msg)
+ + +

+Functions

void Print (const char *fmt,...)
+ + + +

+Variables

int verbose = 1
int err
+

Macro Definition Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
#define CHECK_ERR( err,
 msg 
)
+
+Value:
{ \
+
if (err != Z_OK) { \
+
fprintf(stderr, "%s error: %d\n", msg, err); \
+
exit(1); \
+
} \
+
}
+
+

Definition at line 31 of file Archive.cpp.

+ +
+
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
void Print (const char * fmt,
 ... 
)
+
+ +

Definition at line 1520 of file Game.cpp.

+ +
+
+

Variable Documentation

+ +
+
+ + + + +
int err
+
+ +

Definition at line 29 of file Archive.cpp.

+ +
+
+ +
+
+ + + + +
int verbose = 1
+
+ +

Definition at line 28 of file Archive.cpp.

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