1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-24 19:23:56 +00:00
openmw/apps/opencs/model/world/nestedtablewrapper.cpp

7 lines
105 B
C++
Raw Normal View History

#include "nestedtablewrapper.hpp"
2014-07-20 20:39:39 +00:00
int CSMWorld::NestedTableWrapperBase::size() const
{
return -5;
}