source: NonGTP/glut/FLTK/include/fltk/load_plugin.h @ 814

Revision 814, 291 bytes checked in by gumbau, 18 years ago (diff)

Glut initial import used by Geometry modules

Line 
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 */
10FL_API void* load_plugin(const char* name, const char* symbol);
11
12#endif
Note: See TracBrowser for help on using the repository browser.