mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 15:39:02 +00:00
67bd6cd708
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
9 lines
196 B
C++
9 lines
196 B
C++
#include "idtablebase.hpp"
|
|
|
|
CSMWorld::IdTableBase::IdTableBase (unsigned int features) : mFeatures (features) {}
|
|
|
|
unsigned int CSMWorld::IdTableBase::getFeatures() const
|
|
{
|
|
return mFeatures;
|
|
}
|