|
Monad Engine da02fba2
> Undercity Codex_
|
#include "scene/Component.h"#include <string>#include <vector>#include <memory>#include <glm/vec3.hpp>#include <glm/gtc/quaternion.hpp>#include <glm/mat4x4.hpp>
Include dependency graph for GameObject.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | eng::GameObject |
| class | eng::ObjectCreatorBase |
| class | eng::ObjectCreator< T > |
| class | eng::GameObjectFactory |
Namespaces | |
| namespace | eng |
Macros | |
| #define | GAMEOBJECT(ObjectClass) |
| #define GAMEOBJECT | ( | ObjectClass | ) |
Definition at line 129 of file GameObject.h.