#pragma once #include #include struct DebugData { bool showFPS = true; bool showMousePosition = true; std::pair mousePosition = {0, 0}; std::pair mouseLogicalPostion = {0, 0}; int currentFPS = 0; int round = 0; };