#include #include #ifndef INPUTMANAGER_H #define INPUTMANAGER_H class InputManager { private: public: static std::vector& GetFrameEvents(); static void WindowEscape(); static bool key_down; }; #endif