forked from mirror/openmw-tes3mp
17 lines
332 B
C++
17 lines
332 B
C++
#include "nestedcollection.hpp"
|
|
|
|
CSMWorld::NestedCollection::NestedCollection()
|
|
{}
|
|
|
|
CSMWorld::NestedCollection::~NestedCollection()
|
|
{}
|
|
|
|
int CSMWorld::NestedCollection::getNestedRowsCount(int row, int column) const
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
int CSMWorld::NestedCollection::getNestedColumnsCount(int row, int column) const
|
|
{
|
|
return 0;
|
|
}
|