diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-05-23 21:34:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 21:34:14 +0100 |
commit | c3a9cae755efd6c2efde269c0837d2524634d592 (patch) | |
tree | 4ec97468f3963829479447e5772b19b971087b0a /include/timer3.h | |
parent | b934918219cb4871c726b4e9815f0b801210865b (diff) | |
parent | 8ffb7a0c637d74d2140fefc7e20e10288b43e286 (diff) |
Merge branch 'master' into master
Diffstat (limited to 'include/timer3.h')
-rw-r--r-- | include/timer3.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/timer3.h b/include/timer3.h index be6e1da8..3220c7a3 100644 --- a/include/timer3.h +++ b/include/timer3.h @@ -10,12 +10,12 @@ struct Timer3Data vu64 Timer3Counter; }; -THUMB_FUNC void Init_Timer3(); -THUMB_FUNC void CountUpTimer3(); -THUMB_FUNC u64 internal_GetTimer3Count(); -THUMB_FUNC u64 GetTimer3Count(); -THUMB_FUNC u64 Timer3CountToMilliSeconds(u64 count); -THUMB_FUNC u64 Timer3CountToSeconds(u64 count); +void Init_Timer3(); +void CountUpTimer3(); +u64 internal_GetTimer3Count(); +u64 GetTimer3Count(); +u64 Timer3CountToMilliSeconds(u64 count); +u64 Timer3CountToSeconds(u64 count); #endif //POKEDIAMOND_TIMER3_H |