summaryrefslogtreecommitdiffhomepage
path: root/src/object-id.hpp
blob: f88aed53ab9bfd57175f24e0d1e4f221e2445309 (plain)
1
2
3
4
5
6
7
8
#pragma once
#include "compat/integer-types.hpp"

namespace floormat {

using object_id = uint64_t;

} // namespace floormat