BlitzMax Extended  0.8.17
Pushing Blitz to the Max.
blitz_outofdataexception.h
Go to the documentation of this file.
1 
8 #ifndef BLITZ_OUTOFDATAEXCEPTION_H
9 #define BLITZ_OUTOFDATAEXCEPTION_H
10 
11 #include "blitz_blitzexception.h"
12 
13 BB_BEGIN_DECLS
14 
20 {
22  int refs;
23 
25 };
26 
27 extern BBClass bbOutOfDataExceptionClass;
28 
33 BBString* bbOutOfDataExceptionToString(const BBOutOfDataException *ex);
34 
35 // API
36 
40 BBOutOfDataException* bbOutOfDataExceptionCreate();
41 
42 #define bbOutOfDataError brl_blitz_OutOfDataError
43 
47 void bbOutOfDataError();
48 
49 BB_END_DECLS
50 
51 #endif // BLITZ_OUTOFDATAEXCEPTION_H