#pragma once
#include "FragmentEntry.h"
template <typename TStruct>
const TStruct* getLiveDataAddr();
const TStruct* getLiveDataAddr(size_t index);
FragmentList getLiveDataFragments();