#include #include #include namespace ESM { const ESM::CellCommon* CellVariant::getCommon() const { auto cell3 = getEsm3(); if (cell3) return cell3; else return getEsm4(); } }