Files
Seele/src/Engine/UI/Elements/Panel.cpp
T

15 lines
143 B
C++
Raw Normal View History

2022-04-18 18:08:38 +02:00
#include "Panel.h"
#include "UI/Layout.h"
using namespace Seele;
using namespace Seele::UI;
Panel::Panel()
{
}
Panel::~Panel()
{
}