#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_NOW ) |
#define | DYNLIB_GETSYM(a, b) dlsym( a, b ) |
#define | DYNLIB_UNLOAD(a) dlclose( a ) |
#define | DYNLIB_ERROR() dlerror( ) |
|
|
|
|
|
|
|
|
|
|
Copyright © 2002 by The OGRE Team