Engine
Raylib based game framework
Loading...
Searching...
No Matches
AudioSystem.hpp File Reference

Sound effect and music playback management. More...

#include "Engine/SystemManager.hpp"
#include "Types.hpp"
#include "raylib.h"
#include <optional>
#include <unordered_map>
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  AudioSystem
 Handles playback of sounds and music with volume control and crossfading. More...

Detailed Description

Sound effect and music playback management.