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

15 lines
256 B
C++

#pragma once
namespace RE
{
class __declspec(novtable) TextureUpdateStart
{
public:
static constexpr auto RTTI{ RTTI::TextureUpdateStart };
static constexpr auto VTABLE{ VTABLE::TextureUpdateStart };
// add
virtual bool Update(); // 00
};
}