#ifndef COMPONENT_HPP #define COMPONENT_HPP #include #include using ComponentType = std::uint8_t; const ComponentType MAX_COMPONENTS = 32; using Signature = std::bitset; #endif // COMPONENT_HPP