Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 20 | pmbaty | 1 | #ifndef _BREXCEPT_H_ |
| 2 | #define _BREXCEPT_H_ |
||
| 3 | |||
| 4 | #include "brender/br_types.h" |
||
| 5 | |||
| 6 | br_exception_handler* _BrExceptionBegin(void); |
||
| 7 | |||
| 8 | void _BrExceptionEnd(void); |
||
| 9 | |||
| 10 | void _BrExceptionThrow(br_int_32 type, void* value); |
||
| 11 | |||
| 12 | br_exception _BrExceptionValueFetch(br_exception type, void** evp); |
||
| 13 | |||
| 14 | void* _BrExceptionResource(void); |
||
| 15 | |||
| 16 | #endif |