BlitzMax Extended
0.8.16
Pushing Blitz to the Max.
Main Page
Related Pages
Data Structures
Files
File List
Globals
c
exceptions
blitz_nullfunctionexception.h
Go to the documentation of this file.
1
8
#ifndef BLITZ_EX_NULLFUNCTIONEXCEPTION_H
9
#define BLITZ_EX_NULLFUNCTIONEXCEPTION_H
10
11
#include "
blitz_blitzexception.h
"
12
13
BB_BEGIN_DECLS
14
19
struct
BBNullFunctionException
20
{
21
BBClass
*
clas
;
22
int
refs
;
23
24
BBException
*
cause
;
25
};
26
27
extern
BBClass
bbNullFunctionExceptionClass;
28
33
BBString
* bbNullFunctionExceptionToString(
const
BBNullFunctionException
*ex);
34
35
// API
36
40
BBNullFunctionException
* bbNullFunctionExceptionCreate();
41
42
#define bbNullFunctionError brl_blitz_NullFunctionError
43
47
void
bbNullFunctionError
();
48
49
BB_END_DECLS
50
51
#endif // BLITZ_EX_NULLFUNCTIONEXCEPTION_H
Generated on Sun Sep 30 2012 02:28:21 for BlitzMax Extended by
1.8.1.1