Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | pmbaty | 1 | #ifndef _STDDIAG_H_ |
2 | #define _STDDIAG_H_ |
||
3 | |||
4 | #include "brender/br_types.h" |
||
5 | |||
6 | extern br_diaghandler BrStdioDiagHandler; |
||
7 | extern br_diaghandler* _BrDefaultDiagHandler; |
||
8 | |||
9 | void BrStdioWarning(char* message); |
||
10 | |||
11 | void BrStdioFailure(char* message); |
||
12 | |||
13 | #endif |