Added extern + export's to global functions.

This commit is contained in:
Robert Osfield 2003-07-15 18:52:40 +00:00
parent 91cf776969
commit 0fd11b4abd

View File

@ -38,11 +38,11 @@ namespace osgGL2 {
* GL2 Objects to cached until they can be deleted
* by the OpenGL context in which they were created, specified
* by contextID.*/
void DeleteObject(unsigned int contextID, GLhandleARB handle);
extern OSGGL2_EXPORT void DeleteObject(unsigned int contextID, GLhandleARB handle);
/** flush all the cached glProgramObjects which need to be deleted
* in the OpenGL context related to contextID.*/
void FlushDeletedGL2Objects(unsigned int contextID);
extern OSGGL2_EXPORT void FlushDeletedGL2Objects(unsigned int contextID);
///////////////////////////////////////////////////////////////////////////