ug4
|
Namespaces | |
namespace | ug |
the ug namespace | |
Functions | |
bool | ug::CloseLibrary (DynLibHandle h) |
Frees a library. | |
void * | ug::GetLibraryProcedure (DynLibHandle h, const char *procName) |
Returns the address of the specified procedure in the given library. | |
DynLibHandle | ug::OpenLibrary (const char *fileName) |
Loads a library and returns a handle. | |