#include "orxInclude.h"#include "plugin/orxPluginType.h"Go to the source code of this file.
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 _zPluginFileName, const orxSTRING _zPluginName) |
| orxDLLAPI orxHANDLE orxFASTCALL | orxPlugin_LoadUsingExt (const orxSTRING _zPluginFileName, const orxSTRING _zPluginName) |
| orxDLLAPI void orxFASTCALL | orxPlugin_Setup () |
| orxDLLAPI orxSTATUS orxFASTCALL | orxPlugin_Unload (orxHANDLE _hPluginHandle) |
Definition in file orxPlugin.h.
1.5.6