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

This is the file that contains a class in charge of managing a test component. More...

#include <any>
#include <utility>
#include <cstdint>
#include <optional>
#include <SFML/Graphics/Sprite.hpp>
#include "Log.hpp"
#include "LogMacros.hpp"
#include "Utilities.hpp"
#include "Recoded/Rect.hpp"
#include "GUI/ECS/EntityNode.hpp"
#include "GUI/ECS/Systems/Colour.hpp"
#include "GUI/ECS/Systems/Collision.hpp"
#include "GUI/ECS/Components/TextureComponent.hpp"
Include dependency graph for ImageComponent.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::ImageComponent
 Represents an image component in the GUI ECS system. More...
 

Namespaces

namespace  GUI
 
namespace  GUI::ECS
 
namespace  GUI::ECS::Components
 

Functions

std::ostream & GUI::ECS::Components::operator<< (std::ostream &os, const GUI::ECS::Components::ImageComponent &item)
 Outputs the text's info to a stream.
 

Detailed Description

This is the file that contains a class in charge of managing a test component.

Definition in file ImageComponent.hpp.