#pragma once namespace RE { class NiPlane { public: // members NiPoint3 normal; // 00 float constant; // 0C }; static_assert(sizeof(NiPlane) == 0x10); }