|
orx 1.16
Portable Game Engine
|
Go to the source code of this file.
Macros | |
| #define | orxPLUGIN_KZ_RESOURCE_GROUP "Plugin" |
Functions | |
| orxDLLAPI void orxFASTCALL | orxPlugin_Exit () |
| orxDLLAPI orxPLUGIN_FUNCTION orxFASTCALL | orxPlugin_GetFunction (orxHANDLE _hPluginHandle, const orxSTRING _zFunctionName) |
| orxDLLAPI orxHANDLE orxFASTCALL | orxPlugin_GetHandle (const orxSTRING _zPluginName) |
| orxDLLAPI const orxSTRING orxFASTCALL | orxPlugin_GetName (orxHANDLE _hPluginHandle) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxPlugin_Init () |
| orxDLLAPI orxHANDLE orxFASTCALL | orxPlugin_Load (const orxSTRING _zPluginName) |
| orxDLLAPI void orxFASTCALL | orxPlugin_Setup () |
| orxDLLAPI orxSTATUS orxFASTCALL | orxPlugin_Unload (orxHANDLE _hPluginHandle) |
Definition in file orxPlugin.h.
1.8.11