Updates to osgText.

This commit is contained in:
Robert Osfield
2001-10-24 13:46:58 +00:00
parent a30a4132b8
commit 573f68c35b
5 changed files with 49 additions and 17 deletions

View File

@@ -24,6 +24,9 @@ OSGDB_EXPORT extern void setFilePath( const char *_path );
/** set the data file path.*/
OSGDB_EXPORT extern const char* getFilePath();
/** find specified file if specified file path.*/
OSGDB_EXPORT extern char *osgDB::findFileInPath( const char *_file, const char * filePath );
/** find specified file on the set data file path.*/
OSGDB_EXPORT extern char *findFile( const char *file );