mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-12 03:36:32 +00:00
18 lines
332 B
C++
18 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;
|
|
}
|