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:
parent
851effb0e3
commit
8eaf6b068c
1 changed files with 7 additions and 0 deletions
7
apps/opencs/model/world/nestedcollection.cpp
Normal file
7
apps/opencs/model/world/nestedcollection.cpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "nestedcollection.hpp"
|
||||
|
||||
CSMWorld::NestedCollection::NestedCollection() : mParent(0)
|
||||
{}
|
||||
|
||||
CSMWorld::NestedCollection::~NestedCollection()
|
||||
{}
|
Loading…
Reference in a new issue