diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-16 13:53:55 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-16 13:53:55 -0500 |
commit | 6546ff5d0ad80ceca6b422713e0d3cd0ffa62b53 (patch) | |
tree | 51320be5ec4fb0755398911d705f6e3f323ddf0a /include/link.h | |
parent | 196f2a1c24016eae8b9fad6d57cabd43d34f898e (diff) | |
parent | e50b9e28bc0d98c69b22f6d13298e705eb4eb865 (diff) |
fix merge conflicts
Diffstat (limited to 'include/link.h')
-rw-r--r-- | include/link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/link.h b/include/link.h index f80f2bc58..367add625 100644 --- a/include/link.h +++ b/include/link.h @@ -144,6 +144,7 @@ extern u8 deUnkValue2; extern struct LinkPlayer gLinkPlayers[]; extern u16 word_3002910[]; extern bool8 gReceivedRemoteLinkPlayers; +extern bool8 gLinkOpen; void Task_DestroySelf(u8); void sub_8007270(u8); |