1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 19:19:56 +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()
{}