Parallax.hpp

Namespaces

Classes

Source code

/*
** EPITECH PROJECT, 2022
** RTYPE
** File description:
** Parallax
*/

#pragma once

namespace ecs::component
{
    struct Parallax {
        int threshold;
        int position;
    };
} // namespace ecs::component

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

Last updated