Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
UiFactory.hpp File Reference
Include dependency graph for UiFactory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  rtp::client::graphics::color
 Represents an RGB color. More...
 
struct  rtp::client::graphics::position
 Represents the position of a UI component. More...
 
struct  rtp::client::graphics::size
 Represents the size of a UI component. More...
 
class  rtp::client::graphics::UiFactory
 Factory class for creating UI components in the ECS registry. More...
 

Namespaces

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