|
R-Type
2
Doom but in better
|
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"

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. | |
This is the file that contains a class in charge of managing a test component.
Definition in file ImageComponent.hpp.