|
Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
|
#include <SDL3/SDL.h>#include <engine/core/rendering/strategies/irendering_strategy.h>#include <engine/public/component.h>#include <engine/public/util/color.h>Go to the source code of this file.
Classes | |
| class | SdlSpriteStrategy |
| SDL implementation of the sprite rendering strategy. More... | |