Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 766 Bytes

_parallax_8hpp.md

File metadata and controls

50 lines (32 loc) · 766 Bytes
title
src/ecs/components/client/Parallax.hpp

src/ecs/components/client/Parallax.hpp

Namespaces

Name
ecs
ecs::component

Classes

Name
struct ecs::component::Parallax

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