CPP-TOOLBOX
Loading...
Searching...
No Matches
sound_types.hpp
Go to the documentation of this file.
1
#ifndef SOUND_TYPES_HPP
2
#define SOUND_TYPES_HPP
3
// Enum representing different sound types
4
enum class
SoundType
{
5
SOUND_1
,
6
SOUND_2
,
7
SOUND_3
,
8
};
9
#endif
// SOUND_TYPES_HPP
SoundType
SoundType
Definition
sound_types.hpp:4
SoundType::SOUND_1
@ SOUND_1
Definition
sound_types.hpp:5
SoundType::SOUND_3
@ SOUND_3
Definition
sound_types.hpp:7
SoundType::SOUND_2
@ SOUND_2
Definition
sound_types.hpp:6
src
sound
sound_types
sound_types.hpp
Generated by
1.13.2