Renamed to Project Engine
This commit is contained in:
4
layers/layer.h
Normal file → Executable file
4
layers/layer.h
Normal file → Executable file
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "terminal.h"
|
||||
#include "engine.h"
|
||||
|
||||
#include "event.h"
|
||||
|
||||
@@ -32,4 +32,4 @@ class Layer {
|
||||
virtual bool onWindowClose(const WindowEvent* event) = 0;
|
||||
virtual bool onWindowMoved(const WindowEvent* event) = 0;
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user