Initial popup window.
This commit is contained in:
parent
f16dd7c0d9
commit
70220fc6e9
22 changed files with 253 additions and 15 deletions
|
@ -18,6 +18,11 @@ Button::Button()
|
|||
mName = "Button";
|
||||
}
|
||||
|
||||
Button::~Button()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
std::unique_ptr<Button> Button::Create()
|
||||
{
|
||||
return std::make_unique<Button>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue