15 lines
317 B
C++
15 lines
317 B
C++
#pragma once
|
|
|
|
#include "RE/B/BSPrecomputedNavmeshInfoPathMap.h"
|
|
|
|
namespace RE
|
|
{
|
|
class PrecomputedNavmeshInfoPathMap :
|
|
public BSPrecomputedNavmeshInfoPathMap // 00
|
|
{
|
|
public:
|
|
static constexpr auto RTTI{ RTTI::PrecomputedNavmeshInfoPathMap };
|
|
};
|
|
static_assert(sizeof(PrecomputedNavmeshInfoPathMap) == 0x48);
|
|
}
|