![]() |
R-Type
2
Doom but in better
|
This is the file that contains the class in charge of managing music. More...
#include <string>
#include <SFML/Audio.hpp>
#include "Log.hpp"
#include "LogMacros.hpp"
#include "Utilities.hpp"
#include "CustomExceptions.hpp"
#include "GUI/ECS/EntityNode.hpp"
Go to the source code of this file.
Data Structures | |
class | GUI::ECS::Components::MusicComponent |
Manages music playback and properties for an entity in the ECS system. More... | |
Namespaces | |
namespace | GUI |
namespace | GUI::ECS |
namespace | GUI::ECS::Components |
Functions | |
std::ostream & | GUI::ECS::Components::operator<< (std::ostream &os, const MusicComponent &item) |
Outputs the music's info to a stream. | |
This is the file that contains the class in charge of managing music.
Definition in file MusicComponent.hpp.