|
Engine²
Open-source game engine written in C++.
|
#include "component/AmbientLight.hpp"#include "component/Camera.hpp"#include "component/DirectionalLight.hpp"#include "component/Material.hpp"#include "component/Mesh.hpp"#include "component/PointLight.hpp"#include "component/Transform.hpp"#include "exception/ResourceManagerError.hpp"#include "resource/OBJLoader.hpp"#include "resource/ResourceManager.hpp"#include "resource/Shape.hpp"#include "helper/CreateShape.hpp"#include "utils/ShapeGenerator.hpp"