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

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"
Include dependency graph for Window.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::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.
 

Detailed Description

Header file for the Window class, which handles the graphical window and rendering logic.

Definition in file Window.hpp.