16 lines
271 B
C++
16 lines
271 B
C++
#pragma once
|
|
|
|
#include "RE/B/BSResource_Archive2_Index.h"
|
|
|
|
namespace RE::BSResource::SDirectory2
|
|
{
|
|
class Cursor :
|
|
public Archive2::Index::CursorWithEntry // 000
|
|
{
|
|
public:
|
|
// members
|
|
Archive2::Index* index; // 170
|
|
};
|
|
static_assert(sizeof(Cursor) == 0x178);
|
|
}
|