ui rendering works now
This commit is contained in:
@@ -5,12 +5,16 @@ namespace Seele
|
||||
{
|
||||
namespace UI
|
||||
{
|
||||
DECLARE_REF(Layout)
|
||||
class Panel : Element
|
||||
{
|
||||
public:
|
||||
Panel();
|
||||
virtual ~Panel();
|
||||
private:
|
||||
PLayout activeLayout;
|
||||
};
|
||||
|
||||
DEFINE_REF(Panel);
|
||||
} // namespace UI
|
||||
} // namespace Seele
|
||||
|
||||
Reference in New Issue
Block a user