#include "plugin/define/orxPlugin_Display.h"#include "plugin/define/orxPlugin_Joystick.h"#include "plugin/define/orxPlugin_Keyboard.h"#include "plugin/define/orxPlugin_Mouse.h"#include "plugin/define/orxPlugin_Physics.h"#include "plugin/define/orxPlugin_Render.h"#include "plugin/define/orxPlugin_SoundSystem.h"Go to the source code of this file.
Defines | |
| #define | orxPLUGIN_CORE_REGISTER_FUNCTION_NAME(PLUGIN_SUFFIX) _registerFunction_##PLUGIN_SUFFIX |
| #define | orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION(PLUGIN_SUFFIX) extern orxDLLAPI void orxPLUGIN_CORE_REGISTER_FUNCTION_NAME(PLUGIN_SUFFIX)() |
Functions | |
| orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION (DISPLAY) | |
| orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION (JOYSTICK) | |
| orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION (SOUNDSYSTEM) | |
| orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION (RENDER) | |
| orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION (PHYSICS) | |
| orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION (MOUSE) | |
| orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION (KEYBOARD) | |
| static orxINLINE void | orxPlugin_RegisterCorePlugins () |
Definition in file orxPlugin_CoreDefine.h.
1.5.6