Restructuring

This commit is contained in:
2026-01-09 00:23:21 +02:00
parent e8498f9e66
commit 518995ddd1
4 changed files with 11 additions and 11 deletions

View File

@@ -15,10 +15,10 @@
#include <unordered_map>
#include <utility>
#include "Systems/Logging.hpp"
#include "Types.hpp"
#include "../Types.hpp"
#include "Logging.hpp"
namespace Tourmaline::ECS {
namespace Tourmaline::Systems::ECS {
using Entity = Tourmaline::Type::UUID;
class World;
@@ -142,5 +142,5 @@ private:
Tourmaline::Systems::Logging::LogLevel severity =
Systems::Logging::LogLevel::Warning);
};
} // namespace Tourmaline::ECS
} // namespace Tourmaline::Systems::ECS
#endif