docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
namespace RE
|
||||
{
|
||||
class __declspec(novtable) TextureUpdateDone
|
||||
{
|
||||
public:
|
||||
static constexpr auto RTTI{ RTTI::TextureUpdateDone };
|
||||
static constexpr auto VTABLE{ VTABLE::TextureUpdateDone };
|
||||
|
||||
// add
|
||||
virtual bool Update(); // 00
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user