|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
#include "Game/SpriteCustomizer.hpp"#include "Systems/RenderSystem.hpp"#include "Systems/UIRenderSystem.hpp"#include "RType/Logger.hpp"Go to the source code of this file.
Namespaces | |
| namespace | rtp |
| namespace | rtp::client |
| R-Type client namespace. | |
Variables | |
| static void * | rtp::client::s_worldRenderSystem = nullptr |
| static void * | rtp::client::s_uiRenderSystem = nullptr |