#pragma once #include "compat/integer-types.hpp" namespace floormat { using object_id = uint64_t; } // namespace floormat