BlitzMax Extended  0.8.19
Pushing Blitz to the Max.
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 
20 {
22  int refs;
23 
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