#pragma once #include // internal id enum class FragmentID : uint32_t {}; struct FragmentStoreI { virtual ~FragmentStoreI(void) {} };