parent
1a7186f745
commit
83a63a3093
18 changed files with 5329 additions and 2910 deletions
13
src/UIDrawable.cpp
Normal file
13
src/UIDrawable.cpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#include "UIDrawable.h"
|
||||
|
||||
UIDrawable::UIDrawable() { click_callable = NULL; }
|
||||
|
||||
void UIDrawable::click_unregister()
|
||||
{
|
||||
click_callable.reset();
|
||||
}
|
||||
|
||||
void UIDrawable::render()
|
||||
{
|
||||
render(sf::Vector2f());
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue