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

16 lines
309 B
C++

#pragma once
#include "RE/T/TESModel.h"
namespace RE
{
class __declspec(novtable) BGSTextureModel :
public TESModel // 00
{
public:
static constexpr auto RTTI{ RTTI::BGSTextureModel };
static constexpr auto VTABLE{ VTABLE::BGSTextureModel };
};
static_assert(sizeof(BGSTextureModel) == 0x30);
}