mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 09:23:53 +00:00
8 lines
148 B
C++
8 lines
148 B
C++
|
#include "nestedcollection.hpp"
|
||
|
|
||
|
CSMWorld::NestedCollection::NestedCollection() : mParent(0)
|
||
|
{}
|
||
|
|
||
|
CSMWorld::NestedCollection::~NestedCollection()
|
||
|
{}
|