BlitzMax Extended  0.8.17
Pushing Blitz to the Max.
exceptions/_common.h
1 #ifndef BLITZ_EXCEPTIONS_COMMON_H
2 #define BLITZ_EXCEPTIONS_COMMON_H
3 
4 #include "../_common.h"
5 
6 #include "../blitz_class.h"
7 #include "../blitz_debug.h"
8 #include "../blitz_ex.h"
9 #include "../blitz_object.h"
10 #include "../blitz_string.h"
11 
12 BB_BEGIN_DECLS
13 
14 typedef struct BBException BBException;
15 
16 typedef struct BBBlitzException BBBlitzException;
22 
24 
25 BB_END_DECLS
26 
27 #endif // BLITZ_EXCEPTIONS_COMMON_H