docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "RE/H/hkHandle.h"
|
||||
|
||||
namespace RE
|
||||
{
|
||||
struct hknpShapeInstanceIdDiscriminant;
|
||||
|
||||
struct hknpShapeInstanceId :
|
||||
public hkHandle<std::int16_t, 0x7FFF, hknpShapeInstanceIdDiscriminant>
|
||||
{};
|
||||
static_assert(sizeof(hknpShapeInstanceId) == 0x2);
|
||||
}
|
||||
Reference in New Issue
Block a user