1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 00:35:23 +00:00
OpenMW/apps/opencs/model/world/nestedcollection.cpp

8 lines
148 B
C++
Raw Normal View History

2015-04-02 21:02:17 +11:00
#include "nestedcollection.hpp"
CSMWorld::NestedCollection::NestedCollection() : mParent(0)
{}
CSMWorld::NestedCollection::~NestedCollection()
{}