My Project
CAsset.hpp
1 /*
2 ** EPITECH PROJECT, 2022
3 ** B-CPP-500-PAR-5-1-rtype-martin.vanaud
4 ** File description:
5 ** CAsset
6 */
7 
8 #ifndef CASSET_HPP_
9  #define CASSET_HPP_
10 
11  #include "AssetManager.hpp"
12 
16 namespace component {
20  struct casset_t {
22  };
23 }
24 
25 #endif /* !CASSET_HPP_ */
component::casset_t::assets
AssetManager assets
AssetManager containing all assets.
Definition: CAsset.hpp:21
AssetManager
Class to store all Assets.
Definition: AssetManager.hpp:20
component
Namespace for all components.
Definition: CDamage.hpp:14
component::casset_t
A structure representing all assets.
Definition: CAsset.hpp:20