Color.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user