diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-10 14:12:32 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-10 14:12:32 +0800 |
commit | dd381f49827a1e08b460336cf3bc496961d3eaec (patch) | |
tree | 08f7450cefbc020fcf22737c80ff0334c7b541e8 /include/link.h | |
parent | 514a67edc114ab7772ebd823919b462e0f8c5a9b (diff) |
use headers in main.c
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 9465f0404..d61152d8a 100644 --- a/include/link.h +++ b/include/link.h @@ -259,5 +259,7 @@ void sub_80FA42C(void); void sub_800B284(struct LinkPlayer * linkPlayer); bool8 IsWirelessAdapterConnected(void); bool8 sub_800A474(u8 a0); +void LinkVSync(void); +bool8 HandleLinkConnection(void); #endif // GUARD_LINK_H |