Updated wrappers

This commit is contained in:
Robert Osfield
2007-05-27 19:35:50 +00:00
parent 9e9b9250c3
commit c072e4adac
3 changed files with 7 additions and 7 deletions

View File

@@ -26,6 +26,10 @@
#include <map>
#include <string>
extern "C"
{
typedef void (* CPluginFunction) (void);
}
namespace osgDB {
@@ -565,10 +569,6 @@ class RegisterReaderWriterProxy
osg::ref_ptr<T> _rw;
};
extern "C"
{
typedef void (* CPluginFunction) (void);
}
class PluginFunctionProxy
{