2#include "SDL3/SDL_rect.h"
5#include "Component.hpp"
6#include "util/Vector2.hpp"
19 void Input()
override;
22 void Update(
float dt)
override;
40 void MoveTo(
float x,
float y);
46 SDL_FRect mRect{.x = 20.0f, .y = 20.0f, .w = 32.0f, .h = 32.0f};
Definition Component.hpp:17
Simple container for position data.
Definition Vector2.hpp:4