diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-24 01:35:05 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-24 01:35:05 -0600 |
commit | d125e9b461204d0f80ae25d35a1569613ee3aa6e (patch) | |
tree | ba578094e0445406cb1522bf1456a3d9e6797736 /include/link.h | |
parent | ac53fde3fc85ef3015ea62ed7ce5926146ea564e (diff) |
integrate debug Blender_PrintBlendingResults
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 ecebb586a..f3e918bc6 100644 --- a/include/link.h +++ b/include/link.h @@ -196,5 +196,6 @@ void Timer3Intr(void); void SerialCB(void); void LinkTestScreen(void); void debug_sub_8008264(u32 value, int left, int top, int r3, int sp0); +u32 sub_8007E40(void); #endif // GUARD_LINK_H |