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