Antkeeper
0.0.1
|
#include "game/systems/updatable-system.hpp"
#include <engine/scene/collection.hpp>
#include <engine/scene/static-mesh.hpp>
#include <engine/scene/light.hpp>
#include "game/components/scene-component.hpp"
#include <engine/entity/id.hpp>
#include <engine/render/renderer.hpp>
#include <unordered_map>
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
class | render_system |