source: NonGTP/include/fltk/error.h @ 769

Revision 769, 343 bytes checked in by gumbau, 18 years ago (diff)

FLTK imported to SVN repository to be linked agains the GeoTool? application

Line 
1/* Functions to report errors and possibly kill the program */
2
3#ifndef fltk_error_h
4#define fltk_error_h
5
6#include "FL_API.h"
7
8namespace fltk {
9
10/*! \addtogroup execution
11  \{ */
12extern FL_API void (*warning)(const char*, ...);
13extern FL_API void (*error)(const char*, ...);
14extern FL_API void (*fatal)(const char*, ...);
15/*! \} */
16
17}
18#endif
Note: See TracBrowser for help on using the repository browser.