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