Nymph Game Engine
Chaiscript based Game Engine
|
#include <glm/glm.hpp>
#include <map>
#include <memory>
#include <set>
#include "component.h"
#include "vertex_data.h"
#include "shader.h"
#include "base_texture.h"
#include "transform.h"
#include "light.h"
#include "events/observer.h"
#include "uniform.h"
Go to the source code of this file.
Classes | |
class | Graphics::Renderable |
Class for renderable. More... | |
Namespaces | |
Graphics | |