This commit is contained in:
2025-09-20 20:57:29 -05:00
parent 90c3b6149e
commit bdf18fffd3
27 changed files with 704 additions and 7 deletions

View File

@@ -8,6 +8,7 @@
#include "console/Console.hpp"
#include "display/Display.hpp"
#include "input/Input.hpp"
#include "asset/AssetManager.hpp"
namespace Dawn {
struct Engine {
@@ -21,6 +22,7 @@ namespace Dawn {
Console console;
Display display;
Input input;
AssetManager assetManager;
/**
* Constructor for the Dawn engine.