BlitzMax Extended
0.8.16
Pushing Blitz to the Max.
Main Page
Related Pages
Data Structures
Files
File List
Globals
c
exceptions
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
;
17
typedef
struct
BBArrayBoundsException
BBArrayBoundsException
;
18
typedef
struct
BBNullFunctionException
BBNullFunctionException
;
19
typedef
struct
BBNullMethodException
BBNullMethodException
;
20
typedef
struct
BBNullObjectException
BBNullObjectException
;
21
typedef
struct
BBOutOfDataException
BBOutOfDataException
;
22
23
typedef
struct
BBRuntimeException
BBRuntimeException
;
24
25
BB_END_DECLS
26
27
#endif // BLITZ_EXCEPTIONS_COMMON_H
Generated on Sun Sep 30 2012 02:28:20 for BlitzMax Extended by
1.8.1.1