Initial commit.
This commit is contained in:
commit
59c6161fdb
134 changed files with 4751 additions and 0 deletions
18
src/ui_elements/desktop_elements/Screen.cpp
Normal file
18
src/ui_elements/desktop_elements/Screen.cpp
Normal file
|
@ -0,0 +1,18 @@
|
|||
#include "Screen.h"
|
||||
|
||||
namespace mt{
|
||||
Screen::Screen()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Screen::~Screen()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
std::shared_ptr<Screen> Screen::Create()
|
||||
{
|
||||
return std::make_shared<Screen>();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue