just a minor refactor, nothing special
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "Screen.hpp"
|
||||
|
||||
#include "../../graphics/core/Batch2D.h"
|
||||
#include "../../graphics/core/Batch2D.hpp"
|
||||
#include "../../engine.h"
|
||||
|
||||
Screen::Screen(Engine* engine) : engine(engine), batch(new Batch2D(1024)) {
|
||||
|
||||
Reference in New Issue
Block a user