My Project
Client
Source
Component
CSoundId.hpp
1
/*
2
** EPITECH PROJECT, 2022
3
** B-CPP-500-PAR-5-1-rtype-martin.vanaud
4
** File description:
5
** CSoundId
6
*/
7
8
#ifndef CSOUNDID_HPP_
9
#define CSOUNDID_HPP_
10
11
#include <string>
12
16
namespace
component
{
20
struct
csoundid_t
{
21
std::string
sound
;
22
};
23
}
24
25
#endif
/* !CSOUNDID_HPP_ */
component
Namespace for all components.
Definition:
CDamage.hpp:14
component::csoundid_t
A structure representing sound id from sound manager.
Definition:
CSoundId.hpp:20
component::csoundid_t::sound
std::string sound
sound string to find in sound list
Definition:
CSoundId.hpp:21
Generated by
1.8.17