Velocity.hpp

Namespaces

Classes

Name

Source code

/*
** EPITECH PROJECT, by hourcadettej on 10/3/22.
** rtype
** File description:
** rtype
*/

#pragma once

namespace ecs::component
{
    struct Velocity {
        int x;
        int y;
    };
} // namespace ecs::component

Updated on 2022-11-13 at 17:21:37 +0100

Last updated