R-Type  2
Doom but in better
Loading...
Searching...
No Matches
SoundLib.hpp File Reference

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"
Include dependency graph for SoundLib.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  SoundLib
 The SoundLib class manages sound effects and interactions with ECS entities. More...
 

Detailed Description

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.