Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
Object.hpp
Go to the documentation of this file.
1
#pragma once
2
3
// Components
4
#include "
component/AmbientLight.hpp
"
5
#include "
component/Camera.hpp
"
6
#include "
component/DirectionalLight.hpp
"
7
#include "
component/Material.hpp
"
8
#include "
component/Mesh.hpp
"
9
#include "
component/PointLight.hpp
"
10
#include "
component/Transform.hpp
"
11
12
// Exceptions
13
#include "
exception/ResourceManagerError.hpp
"
14
15
// Resources
16
#include "
resource/OBJLoader.hpp
"
17
#include "
resource/ResourceManager.hpp
"
18
#include "
resource/Shape.hpp
"
19
20
// Helpers
21
#include "
helper/CreateShape.hpp
"
22
23
// Utils
24
#include "
utils/ShapeGenerator.hpp
"
Camera.hpp
CreateShape.hpp
DirectionalLight.hpp
Material.hpp
Mesh.hpp
OBJLoader.hpp
PointLight.hpp
ResourceManagerError.hpp
ResourceManager.hpp
ShapeGenerator.hpp
Shape.hpp
Transform.hpp
AmbientLight.hpp
src
plugin
object
src
Object.hpp
Generated by
1.16.1