1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 09:23:53 +00:00
openmw/apps/opencs/model/world/nestedcollection.cpp

8 lines
148 B
C++
Raw Normal View History

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