Starting refactor now.

This commit is contained in:
2023-11-01 22:03:16 -05:00
parent c5cfc31436
commit d530210bed
18 changed files with 133 additions and 229 deletions

View File

@ -5,7 +5,7 @@
#pragma once
#include "state/StateEvent.hpp"
#include "asset/AssetManager.hpp"
#include "asset/assets/LanguageAsset.hpp"
namespace Dawn {
class DawnGame;