docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "RE/B/BSFixedString.h"
|
||||
#include "RE/B/BSTHashMap.h"
|
||||
|
||||
namespace RE
|
||||
{
|
||||
class BSTranslator
|
||||
{
|
||||
public:
|
||||
// members
|
||||
BSTHashMap<BSFixedStringWCS, BSFixedStringWCS> translationMap; //00
|
||||
};
|
||||
static_assert(sizeof(BSTranslator) == 0x30);
|
||||
}
|
||||
Reference in New Issue
Block a user