|
Polyphase Game Engine
|
#include <stdint.h>#include "Engine.h"#include "World.h"#include "Renderer.h"#include "InputDevices.h"#include "Log.h"#include "DefaultFonts.h"#include "AssetManager.h"#include "Widgets/StatsOverlay.h"#include "../Generated/EmbeddedAssets.h"Functions | |
| InitOptions | OctPreInitialize () |
| void | OctPostInitialize () |
| void | OctPreUpdate () |
| void | OctPostUpdate () |
| void | OctPreShutdown () |
| void | OctPostShutdown () |
| void OctPostInitialize | ( | ) |
| void OctPostShutdown | ( | ) |
| void OctPostUpdate | ( | ) |
| InitOptions OctPreInitialize | ( | ) |
| void OctPreShutdown | ( | ) |
| void OctPreUpdate | ( | ) |