Horizon
Loading...
Searching...
No Matches
src
util
item_set.hpp
1
#pragma once
2
#include "uuid.hpp"
3
#include "common/common.hpp"
4
#include <set>
5
6
namespace
horizon {
7
using
ItemSet = std::set<std::pair<ObjectType, UUID>>;
8
}
Generated by
1.9.8