|
|
|
@ -11,7 +11,7 @@ namespace CSMWorld
|
|
|
|
|
struct Cell;
|
|
|
|
|
template<typename T>
|
|
|
|
|
struct IdAccessor;
|
|
|
|
|
template<typename T, typename AT = IdAccessor<T>>
|
|
|
|
|
template<typename T, typename AT = IdAccessor<T> >
|
|
|
|
|
class IdCollection;
|
|
|
|
|
|
|
|
|
|
/// \brief Single type collection of top level records that are associated with cells
|
|
|
|
|