![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include <string>#include <vector>#include <map>#include "./../../third_party/nlohmann/json.hpp"
Include dependency graph for PrefabLoader.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Olympe::ParameterDefinition |
| struct | Olympe::ComponentSchema |
| struct | Olympe::ComponentData |
| struct | Olympe::EntityPrefab |
| class | Olympe::PrefabLoader |
Namespaces | |
| namespace | Olympe |
| < Provides AssetID and INVALID_ASSET_ID | |
Enumerations | |
| enum class | Olympe::ParameterType { Olympe::Boolean , Olympe::Integer , Olympe::Float , Olympe::String , Olympe::Vector2 , Olympe::Vector3 , Olympe::Vector4 , Olympe::Color , Olympe::Unknown } |