forked from teamnwah/openmw-tes3coop
9 lines
197 B
C++
9 lines
197 B
C++
|
|
#include "idtablebase.hpp"
|
|
|
|
CSMWorld::IdTableBase::IdTableBase (unsigned int features) : mFeatures (features) {}
|
|
|
|
unsigned int CSMWorld::IdTableBase::getFeatures() const
|
|
{
|
|
return mFeatures;
|
|
}
|