#include "GameLoop.h" class InputProcessor { public: // Returns true if the camera has moved bool ProcessInput(GameLoopState* state); };