Nymph Game Engine
Chaiscript based Game Engine
|
#include <memory>
#include <map>
#include "physics/collision_data.h"
#include "graphics/vertex_data.h"
#include "graphics/texture_manager.h"
#include "graphics/shader_manager.h"
#include "graphics/renderable.h"
#include "graphics/tile_animator.hpp"
#include "component_manager.h"
#include "entity.h"
#include "scene.h"
#include "map.h"
#include "sprite_movement.h"
Go to the source code of this file.
Classes | |
class | Game::SceneGenerator |
Namespaces | |
Game | |