Nymph Game Engine
Chaiscript based Game Engine
|
#include <glm/glm.hpp>
#include <memory>
#include "component.h"
#include "transform.h"
#include "graphics/shader_manager.h"
#include "graphics/renderable.h"
#include "events/observer.h"
#include "events/event_type.h"
Go to the source code of this file.
Classes | |
class | Graphics::Camera |
Class for camera. More... | |
Namespaces | |
Graphics | |