#include "orxInclude.h"#include "plugin/orxPluginType.h"#include "plugin/define/orxPlugin_CoreDefine.h"#include "memory/orxMemory.h"#include "utils/orxString.h"Go to the source code of this file.
Defines | |
| #define | _orxPLUGIN_USER_FUNCTION_ADD_LOW_LEVEL(FUNCTION, FUNCTION_ID, NAME, ARGS) |
| #define | orxPLUGIN_DECLARE_ENTRY_POINT(ENTRY_FUNCTION) |
| #define | orxPLUGIN_USER_CORE_FUNCTION_ADD(FUNCTION, PLUGIN_SUFFIX, NAME_SUFFIX) |
| #define | orxPLUGIN_USER_CORE_FUNCTION_END() |
| #define | orxPLUGIN_USER_CORE_FUNCTION_START(PLUGIN_SUFFIX) |
| #define | orxPLUGIN_USER_FUNCTION_ADD(FUNCTION, ARGS, PLUGIN_ID, FUNCTION_BASE_ID, NAME) |
| #define | orxPLUGIN_USER_FUNCTION_END(NUMBER_ADDRESS, STRUCTURE_ADDRESS) |
| #define | orxPLUGIN_USER_FUNCTION_START(STRUCTURE) |
Definition in file orxPluginUser.h.
1.5.6