1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-22 13:53:55 +00:00
openmw/apps/opencs/model/world/nestedtablewrapper.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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;
}