1 2 3 4 5
#include "Player/LinkStateBase.hpp" LinkStateBase *GetLinkState(LinkStateId index) { return gLinkStates[index]; }