R-Type
ScoreComponent.hpp
Go to the documentation of this file.
1 /*
2 ** EPITECH PROJECT, 2023
3 ** ScoreComponent.hpp
4 ** File description:
5 ** ScoreComponent
6 */
7 
8 #ifndef SCORECOMPONENT_HPP_
9 #define SCORECOMPONENT_HPP_
10 #include <cstdio>
11 
12 namespace GameEngine
13 {
15  {
16  std::size_t score;
17  };
18 } // namespace GameEngine
19 
20 #endif /* !SCORECOMPONENT_HPP_ */
Definition: AssetManager.hpp:15
Definition: ScoreComponent.hpp:15
std::size_t score
Definition: ScoreComponent.hpp:16