|
orx 1.16
Portable Game Engine
|
#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.
Macros | |
| #define | orxPLUGIN_CORE_REGISTER_FUNCTION_NAME(PLUGIN_SUFFIX) |
| #define | orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION(PLUGIN_SUFFIX) |
Functions | |
| orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION (DISPLAY) | |
| orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION (JOYSTICK) | |
| orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION (KEYBOARD) | |
| orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION (MOUSE) | |
| orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION (PHYSICS) | |
| orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION (RENDER) | |
| orxPLUGIN_DECLARE_CORE_REGISTER_FUNCTION (SOUNDSYSTEM) | |
| static orxINLINE void | orxPlugin_RegisterCorePlugins () |
1.8.11