mirror of
https://github.com/zeldaret/ph
synced 2026-05-25 07:22:58 -04:00
6 lines
111 B
C++
6 lines
111 B
C++
#include "Player/LinkStateBase.hpp"
|
|
|
|
LinkStateBase *GetLinkState(s32 index) {
|
|
return gLinkStates[index];
|
|
}
|