1 #ifndef DENGINE_UICOMPONENT_H 2 #define DENGINE_UICOMPONENT_H 41 std::string
GetVar(std::string key);
46 #endif //DENGINE_UICOMPONENT_H SDL_Color drawColor
Definition: UIComponent.h:42
std::string GetVar(std::string key)
A component of a UI window.
Definition: UIComponent.h:14
virtual void Update()=0
The update method of a component.
virtual void Render()=0
The render method of a component.
void SetDrawColor(SDL_Color color)
Set Draw Color.
Definition: UIComponent.h:37