My Project
Client
Source
Component
CScale.hpp
1
/*
2
** EPITECH PROJECT, 2022
3
** Visual Studio Live Share (Workspace)
4
** File description:
5
** CScale
6
*/
7
8
#ifndef CSCALE_HPP_
9
#define CSCALE_HPP_
10
14
namespace
component
{
18
struct
cscale_t
{
19
float
scale
;
20
};
21
}
22
#endif
/* !CSCALE_HPP_ */
component
Namespace for all components.
Definition:
CDamage.hpp:14
component::cscale_t::scale
float scale
Scale of the entity to draw.
Definition:
CScale.hpp:19
component::cscale_t
A structure representing the sclae component that holds the scale of an entity.
Definition:
CScale.hpp:18
Generated by
1.8.17