mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-22 04:53:52 +00:00
6 lines
105 B
C++
6 lines
105 B
C++
#include "nestedtablewrapper.hpp"
|
|
|
|
int CSMWorld::NestedTableWrapperBase::size() const
|
|
{
|
|
return -5;
|
|
}
|