Formatted EVERYTHING

This commit is contained in:
Dynamitos
2024-06-09 12:20:53 +02:00
parent f18bf8acbe
commit d95dab850c
265 changed files with 8002 additions and 12310 deletions
+6 -8
View File
@@ -1,17 +1,15 @@
#pragma once
#include "Layout.h"
namespace Seele
{
namespace UI
{
class HorizontalLayout : Layout
{
public:
namespace Seele {
namespace UI {
class HorizontalLayout : Layout {
public:
HorizontalLayout(PElement element);
~HorizontalLayout();
virtual void apply() override;
private:
private:
};
} // namespace UI
} // namespace Seele