18 SDL_Renderer& sdl_renderer_;
Camera GameObject class Inherits from GameObject class and represents a camera in the scene....
Definition camera.h:18
Base class for all components that can be attached to GameObjects.
Definition component.h:24
Interface for rendering strategies used by renderable components.
Definition irendering_strategy.h:13
SDL implementation of the AIController rendering strategy.
Definition sdl_ai_controller_strategy.h:16
void draw(Component &component, Camera &camera) override
~SdlAIControllerStrategy() override=default
SdlAIControllerStrategy(SDL_Renderer &sdl_renderer)