Revision 773,
291 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 | // This is a convienence function for portable loading of a plugin |
---|
| 2 | // and possibly returing a symbol in that plugin. |
---|
| 3 | |
---|
| 4 | #ifndef fl_load_plugin_h |
---|
| 5 | #define fl_load_plugin_h |
---|
| 6 | |
---|
| 7 | #include "FL_API.h" |
---|
| 8 | |
---|
| 9 | /*! \addtogroup utilities */ |
---|
| 10 | FL_API void* load_plugin(const char* name, const char* symbol); |
---|
| 11 | |
---|
| 12 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.