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
+4 -7
View File
@@ -2,13 +2,10 @@
#include "MinimalEngine.h"
#include "SystemBase.h"
namespace Seele
{
namespace System
{
class Executor
{
public:
namespace Seele {
namespace System {
class Executor {
public:
Executor();
~Executor();
};