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

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