1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 18:35:20 +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 22:39:39 +02:00
int CSMWorld::NestedTableWrapperBase::size() const
{
return -5;
}