NWengine
0.9
Loading...
Searching...
No Matches
RuntimeManager.h
1
#pragma once
2
#include "Scene.h"
3
4
5
class
RuntimeManager
{
6
public
:
7
static
EngineMode __currentMode;
//Read only
8
static
Scene
* scene;
9
10
static
int
switchMode(EngineMode);
11
12
13
};
RuntimeManager
Definition
RuntimeManager.h:5
Scene
Represents a scene in the game.
Definition
Scene.h:9
Systems
RuntimeManager.h
Generated by
1.10.0