#ifndef INPUTTYPE_H
#define INPUTTYPE_H
#include <SFML/Window/Event.hpp>
#include "mathutils.h"
struct PlayerInput
{
microsec timestamp;
sf::Event event;
};
#endif // INPUTTYPE_H