Renamed to Project Engine
This commit is contained in:
4
layers/layerstack.h
Normal file → Executable file
4
layers/layerstack.h
Normal file → Executable file
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "terminal.h"
|
||||
#include "engine.h"
|
||||
|
||||
#include "layer.h"
|
||||
|
||||
@@ -29,4 +29,4 @@ class LayerStack {
|
||||
std::vector<Layer*> layers;
|
||||
std::vector<Layer*>::iterator insert;
|
||||
bool eventHandled;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user