#pragma once #include #include "tools/mathutils.h" struct PlayerInput { microsec timestamp; sf::Event event; };