Renamed BaseComponent to ECS::Component, removed enabled, renamed Position to Base

This commit is contained in:
2026-01-30 17:32:16 +02:00
parent 16c1a2c620
commit ff062567d8
4 changed files with 17 additions and 59 deletions

View File

@@ -9,9 +9,5 @@
#include <Systems/ECS.hpp>
#include <Systems/ECS/BuiltinComponents.hpp>
#include <utility>
bool Tourmaline::Systems::Components::Enabled::isEnabled() { return enabled; }
void Tourmaline::Systems::Components::Enabled::setEnabled(bool enable) {
ownerWorld->entitiesToDisable.emplace(std::pair{this, enable});
}
// Empty until future use