Revision 773,
343 bytes
checked in by gumbau, 19 years ago
(diff) |
FLTK imported to SVN repository to be linked agains the GeoTool? application
|
Rev | Line | |
---|
[773] | 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 | |
---|
| 8 | namespace fltk { |
---|
| 9 | |
---|
| 10 | /*! \addtogroup execution |
---|
| 11 | \{ */ |
---|
| 12 | extern FL_API void (*warning)(const char*, ...); |
---|
| 13 | extern FL_API void (*error)(const char*, ...); |
---|
| 14 | extern FL_API void (*fatal)(const char*, ...); |
---|
| 15 | /*! \} */ |
---|
| 16 | |
---|
| 17 | } |
---|
| 18 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.