#pragma once #include "engine.h" #include "event.h" class EventHandler { public: EventHandler(); bool handleEvent(const Event*, Layer*); };