docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "Scaleform/G/GFx_ASStringNode.h"
|
||||
|
||||
namespace Scaleform::GFx
|
||||
{
|
||||
class ASStringNodeHolder
|
||||
{
|
||||
public:
|
||||
// members
|
||||
ASStringNode* node; // 00
|
||||
};
|
||||
static_assert(sizeof(ASStringNodeHolder) == 0x08);
|
||||
}
|
||||
Reference in New Issue
Block a user