1 2 3 4 5 6 7 8
#pragma once #include "compat/integer-types.hpp" namespace floormat { using object_id = uint64_t; } // namespace floormat