5 #ifndef DENGINE_HOLLOWRECT_H 6 #define DENGINE_HOLLOWRECT_H 7 #include "../UIComponent.h" 10 #include "../../System/Game.h" 24 void Setup(SDL_Rect rect,
int width);
37 #endif //DENGINE_HOLLOWRECT_H SDL_Rect boxRect
Definition: HollowRect.h:31
A rectangle with a hollow or transparent center.
Definition: HollowRect.h:17
void Setup(SDL_Rect rect, int width)
Definition: HollowRect.cpp:6
int borderWidth
Definition: HollowRect.h:32
A component of a UI window.
Definition: UIComponent.h:14
void Render() override
The render method of a component.
Definition: HollowRect.cpp:13
void Update() override
The update method of a component.
Definition: HollowRect.cpp:11