summaryrefslogtreecommitdiff
path: root/src/Main/Player/LinkState.cpp
blob: 940f126ec259d885b3c19ea7b8ef39b94cc91191 (plain)
1
2
3
4
5
#include "Player/LinkStateBase.hpp"

LinkStateBase *GetLinkState(LinkStateId index) {
    return gLinkStates[index];
}