Loading...
Searching...
No Matches
hellfire-core.h
Go to the documentation of this file.
1//
2// Created by denzel on 31/03/2025.
3//
4
5#ifndef DCRAFT_H
6#define DCRAFT_H
7
8// Meant for the application that uses the framework
9
10#include "hellfire/core/Application.h"
11#include "hellfire/scene/Scene.h"
12#include "hellfire/graphics/Mesh.h"
13#include "hellfire/graphics/Skybox.h"
14#include "hellfire/assets/Asset.h"
15#include "hellfire/scene/CameraFactory.h"
16#include "hellfire/graphics/Geometry/Quad.h"
17#include "hellfire/graphics/lighting/DirectionalLight.h"
18#include "hellfire/graphics/Skybox.h"
19
20#endif //DCRAFT_H