#ifndef OSG_OSG #define OSG_OSG 1 #include namespace osg { SG_EXPORT extern void Init( void ); SG_EXPORT extern void SetFilePath( const char *_path ); SG_EXPORT extern char *FindFile( const char *file ); SG_EXPORT extern char *findDSO( const char *name ); }; #endif