![]() |
R-Type
2
Doom but in better
|
Header file for the Window
class, which handles the graphical window and rendering logic.
More...
#include <any>
#include <string>
#include <cstring>
#include <SFML/Graphics/Image.hpp>
#include <SFML/Graphics/RenderWindow.hpp>
#include "Log.hpp"
#include "LogMacros.hpp"
#include "Utilities.hpp"
#include "GUI/ECS/EntityNode.hpp"
#include "GUI/ECS/Components.hpp"
#include "GUI/ECS/Systems/Colour.hpp"
Go to the source code of this file.
Data Structures | |
class | GUI::ECS::Systems::Window |
Manages an SFML-based graphical window and handles rendering of ECS components. More... | |
Namespaces | |
namespace | GUI |
namespace | GUI::ECS |
namespace | GUI::ECS::Components |
namespace | GUI::ECS::Systems |
Functions | |
std::ostream & | GUI::ECS::Systems::operator<< (std::ostream &os, const Window &item) |
Outputs the window's info to a stream. | |
Header file for the Window
class, which handles the graphical window and rendering logic.
Definition in file Window.hpp.