Core: Add DisabledComponent (to temporary disable an entity)

This commit is contained in:
SirLynix
2023-05-07 22:43:48 +02:00
parent c69397707e
commit bbbd3f88c1
10 changed files with 58 additions and 11 deletions

View File

@@ -29,6 +29,7 @@
#ifndef NAZARA_CORE_COMPONENTS_HPP
#define NAZARA_CORE_COMPONENTS_HPP
#include <Nazara/Core/Components/DisabledComponent.hpp>
#include <Nazara/Core/Components/LifetimeComponent.hpp>
#endif // NAZARA_CORE_COMPONENTS_HPP