#ifndef INPUTTYPE_H
#define INPUTTYPE_H

#include <SFML/Window/Event.hpp>
#include "tools/mathutils.h"

struct PlayerInput
{
    microsec timestamp;
    sf::Event event;
};

#endif // INPUTTYPE_H