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

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

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.
 

Detailed Description

This is the file that contains the class in charge of managing music.

Definition in file MusicComponent.hpp.