diff --git a/Bigfoot/Sources/Utils/Include/Utils/Containers/SlotMap.hpp b/Bigfoot/Sources/Utils/Include/Utils/Containers/SlotMap.hpp new file mode 100644 index 0000000..e5994cf --- /dev/null +++ b/Bigfoot/Sources/Utils/Include/Utils/Containers/SlotMap.hpp @@ -0,0 +1,10 @@ +/********************************************************************* + * \file SlotMap.hpp + * + * \author Romain BOULLARD + * \date May 2026 + *********************************************************************/ +#ifndef BIGFOOT_UTILS_CONTAINERS_SLOTMAP_HPP +#define BIGFOOT_UTILS_CONTAINERS_SLOTMAP_HPP + +#endif diff --git a/Bigfoot/Tests/Utils/Containers/SlotMap.cpp b/Bigfoot/Tests/Utils/Containers/SlotMap.cpp new file mode 100644 index 0000000..78c774b --- /dev/null +++ b/Bigfoot/Tests/Utils/Containers/SlotMap.cpp @@ -0,0 +1,19 @@ +/********************************************************************* + * \file SlotMap.cpp + * + * \author Romain BOULLARD + * \date May 2026 + *********************************************************************/ +#include + +#include + +namespace Bigfoot +{ +class SlotMapFixture: public ::testing::Test +{ + protected: +}; + + +} // namespace Bigfoot