sphore 0.0.1
SPH openGL rendering engine
|
Code handeling warnings being printed to stderr. More...
Functions | |
void | SRE_start_warnings (void) |
Warnings will be printed to stderr. | |
void | SRE_stop_warnings (void) |
Warnings will not be printed to stderr. | |
void | print_warning (char *source, char *message) |
Prints a warning message. |
Code handeling warnings being printed to stderr.
void print_warning | ( | char * | source, |
char * | message | ||
) |
Prints a warning message.
Warnings must be enabled for it to take effect. See SRE_start_warnings
void SRE_start_warnings | ( | void | ) |
Warnings will be printed to stderr.
void SRE_stop_warnings | ( | void | ) |
Warnings will not be printed to stderr.