1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-13 21:40:11 +00:00

Adding missing file.

This commit is contained in:
cc9cii 2015-04-02 21:02:17 +11:00
parent 851effb0e3
commit 8eaf6b068c

View File

@ -0,0 +1,7 @@
#include "nestedcollection.hpp"
CSMWorld::NestedCollection::NestedCollection() : mParent(0)
{}
CSMWorld::NestedCollection::~NestedCollection()
{}