Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
RenderSystem.hpp File Reference
#include "RType/ECS/Registry.hpp"
#include "RType/Logger.hpp"
#include "RType/ECS/ISystem.hpp"
#include <SFML/Graphics.hpp>
#include <SFML/System.hpp>
#include <unordered_map>
#include <vector>
#include <algorithm>
#include <string>
#include "RType/ECS/Components/Transform.hpp"
#include "RType/ECS/Components/Sprite.hpp"
#include "RType/ECS/Components/BoundingBox.hpp"
#include "RType/ECS/Components/EntityType.hpp"
Include dependency graph for RenderSystem.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rtp::client::RenderSystem
 

Namespaces

namespace  rtp
 
namespace  rtp::client
 R-Type client namespace.