docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
namespace RE
|
||||
{
|
||||
class hkQuaternionf
|
||||
{
|
||||
public:
|
||||
// members
|
||||
hkVector4f m_vec; // 0x00
|
||||
};
|
||||
static_assert(sizeof(hkQuaternionf) == 0x10);
|
||||
|
||||
using hkQuaternion = hkQuaternionf;
|
||||
}
|
||||
Reference in New Issue
Block a user