/** * @file live_data.h */ #pragma once #include template const TStruct* getLiveDataAddr(); template const TStruct* getLiveDataAddr(size_t index); FragmentList getLiveDataFragments();