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