Renamed to Project Engine

This commit is contained in:
2024-10-02 00:49:38 -05:00
parent 08115f90ce
commit bf8f92b885
41 changed files with 27 additions and 152 deletions

4
events/keyEvent.h Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#include "terminal.h"
#include "engine.h"
#include "event.h"
class KeyEvent : public Event {
@@ -25,4 +25,4 @@ class KeyTypedEvent : public Event {
inline int getWindowID() const { return windowID; }
inline const char* getText() const { return text.c_str(); }
EventType getType() const { return EventType::KeyTyped; }
};
};