Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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.