#ifndef COMPONENTS_VELOCITY_HPP #define COMPONENTS_VELOCITY_HPP #include "vec2.hpp" struct Velocity : public Vec2 {}; #endif // COMPONENTS_VELOCITY_HPP