diff options
Diffstat (limited to 'include/link.h')
-rw-r--r-- | include/link.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/link.h b/include/link.h index ba6bcd6f9..f857b6d19 100644 --- a/include/link.h +++ b/include/link.h @@ -129,6 +129,8 @@ extern u16 gRecvCmds[CMD_LENGTH][MAX_LINK_PLAYERS]; extern u32 gLinkStatus; extern u16 gSendCmd[CMD_LENGTH]; extern u8 gShouldAdvanceLinkState; +extern struct LinkPlayer gLinkPlayers[]; +extern u16 word_3002910[]; void Task_DestroySelf(u8); void sub_8007270(u8); |