1 #ifndef DENGINE_FILLEDCIRCLE_H 2 #define DENGINE_FILLEDCIRCLE_H 3 #include "../UIComponent.h" 6 #include "../../System/Game.h" 7 #include "../../Vec2.h" 22 void Setup(
Vec2 center,
int radius);
24 void Render()
override;
25 void Update()
override;
34 #endif //DENGINE_FILLEDCIRCLE_H A filled circle.
Definition: FilledCircle.h:15
A vector composed of two points.
Definition: Vec2.h:11
A component of a UI window.
Definition: UIComponent.h:14
int r
Definition: FilledCircle.h:30
The namespace containing the engine's code.
Definition: Collider.h:9
Vec2 centerPoint
Definition: FilledCircle.h:29