#pragma once class InputPump { public: static void Initialize(); static void PollEvents(); };