Files
Commonwealth-Online-Public/plugin/lib/commonlibf4/include/RE/T/TESImageSpaceModifiableForm.h
T
2026-05-30 18:33:24 +12:00

19 lines
446 B
C++

#pragma once
#include "RE/B/BaseFormComponent.h"
namespace RE
{
class __declspec(novtable) TESImageSpaceModifiableForm :
public BaseFormComponent // 00
{
public:
static constexpr auto RTTI{ RTTI::TESImageSpaceModifiableForm };
static constexpr auto VTABLE{ VTABLE::TESImageSpaceModifiableForm };
// members
TESImageSpaceModifier* formImageSpaceModifying; // 08
};
static_assert(sizeof(TESImageSpaceModifiableForm) == 0x10);
}