#pragma once #include class EventHandler { public: void handleEvents(GLFWwindow *window); bool gameShouldTerminate; private: };