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/_exception_handler_8cpp.html | 204 ++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 Doc/doxygen/html/_exception_handler_8cpp.html (limited to 'Doc/doxygen/html/_exception_handler_8cpp.html') diff --git a/Doc/doxygen/html/_exception_handler_8cpp.html b/Doc/doxygen/html/_exception_handler_8cpp.html new file mode 100644 index 0000000..4de731d --- /dev/null +++ b/Doc/doxygen/html/_exception_handler_8cpp.html @@ -0,0 +1,204 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/ExceptionHandler.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
ExceptionHandler.cpp File Reference
+
+
+
#include <windows.h>
+#include <imagehlp.h>
+
+

Go to the source code of this file.

+ + + +

+Classes

class  ExceptionHandler
+ + +

+Macros

#define EXCEPTION(x)   case EXCEPTION_##x: return #x;
+ + +

+Functions

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

+Variables

ExceptionHandler global_exception_handler
+

Macro Definition Documentation

+ +
+
+ + + + + + + + +
#define EXCEPTION( x)   case EXCEPTION_##x: return #x;
+
+ +
+
+

Function Documentation

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

Definition at line 1520 of file Game.cpp.

+ +
+
+

Variable Documentation

+ +
+
+ + + + +
ExceptionHandler global_exception_handler
+
+ +

Definition at line 86 of file ExceptionHandler.cpp.

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