#include "ngcore.hpp" namespace ngcore { std::map& GetArchiveRegister() { static std::map type_register; return type_register; } }