Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
AudioSystem.hpp File Reference
#include "RType/ECS/ISystem.hpp"
#include "RType/ECS/Registry.hpp"
#include "RType/ECS/Components/Audio/AudioSource.hpp"
#include "RType/ECS/Components/Audio/SoundEvent.hpp"
#include <SFML/Audio.hpp>
#include <unordered_map>
#include <memory>
Include dependency graph for AudioSystem.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rtp::client::AudioSystem
 System responsible for handling audio playback (music, SFX, ambient) More...
 

Namespaces

namespace  rtp
 
namespace  rtp::client
 R-Type client namespace.