2015-04-02 10:02:17 +00:00
|
|
|
#include "nestedcollection.hpp"
|
|
|
|
|
2015-04-09 09:11:19 +00:00
|
|
|
CSMWorld::NestedCollection::NestedCollection()
|
2015-04-02 10:02:17 +00:00
|
|
|
{}
|
|
|
|
|
|
|
|
CSMWorld::NestedCollection::~NestedCollection()
|
|
|
|
{}
|
2015-04-09 09:11:19 +00:00
|
|
|
|
|
|
|
int CSMWorld::NestedCollection::getNestedRowsCount(int row, int column) const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int CSMWorld::NestedCollection::getNestedColumnsCount(int row, int column) const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|