2022-06-18 06:23:44 -07:00
|
|
|
#pragma once
|
|
|
|
|
2022-06-23 17:04:26 -07:00
|
|
|
#include "FragmentEntry.h"
|
|
|
|
|
|
|
|
template <typename TStruct>
|
|
|
|
const TStruct* getLiveDataAddr();
|
|
|
|
|
|
|
|
template <typename TStruct>
|
|
|
|
const TStruct* getLiveDataAddr(size_t index);
|
|
|
|
|
2022-06-18 06:23:44 -07:00
|
|
|
FragmentList getLiveDataFragments();
|