Starshatter_Open
Open source Starshatter engine
|
#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 |
#define EXCEPTION | ( | x | ) | case EXCEPTION_##x: return #x; |
ExceptionHandler global_exception_handler |
Definition at line 86 of file ExceptionHandler.cpp.