ui rendering works now
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "Panel.h"
|
||||
#include "UI/Layout.h"
|
||||
|
||||
using namespace Seele;
|
||||
using namespace Seele::UI;
|
||||
|
||||
Panel::Panel()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Panel::~Panel()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user