![]() |
R-Type
2
Doom but in better
|
Declaration of the SoundLib class for managing sounds in the ECS architecture. More...
#include <any>
#include <vector>
#include <memory>
#include <optional>
#include <typeindex>
#include <unordered_map>
#include "Log.hpp"
#include "LogMacros.hpp"
#include "Utilities.hpp"
#include "GUI/ECS/EntityNode.hpp"
#include "GUI/ECS/Components/MusicComponent.hpp"
Go to the source code of this file.
Data Structures | |
class | SoundLib |
The SoundLib class manages sound effects and interactions with ECS entities. More... | |
Declaration of the SoundLib class for managing sounds in the ECS architecture.
This file defines the SoundLib class, which handles various sound effects and integrates with ECS entities.
Definition in file SoundLib.hpp.