#include "OgrePrerequisites.h"
#include "OgreResource.h"
Go to the source code of this file.
Namespaces | |
namespace | Ogre |
Defines | |
#define | DYNLIB_HANDLE void* |
#define | DYNLIB_LOAD(a) dlopen( a, RTLD_LAZY ) |
#define | DYNLIB_GETSYM(a, b) dlsym( a, b ) |
#define | DYNLIB_UNLOAD(a) dlclose( a ) |
#define | DYNLIB_ERROR() dlerror( ) |
|
Definition at line 47 of file OgreDynLib.h. Referenced by Ogre::DynLib::load(), and Ogre::DynLib::unload(). |
|
Definition at line 45 of file OgreDynLib.h. Referenced by Ogre::DynLib::getSymbol(). |
|
Definition at line 43 of file OgreDynLib.h. |
|
Definition at line 44 of file OgreDynLib.h. Referenced by Ogre::DynLib::load(). |
|
Definition at line 46 of file OgreDynLib.h. Referenced by Ogre::DynLib::unload(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:10:33 2004