summaryrefslogtreecommitdiff
path: root/include/timer3.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-22 07:37:19 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-22 07:37:19 -0400
commitef69f285d6103c8ff20092ee14d0ee0b1d51794b (patch)
tree3b06891f1a2a5c67f30eb9df34df413b70ea58d6 /include/timer3.h
parent161881cff2120cc0e7d6dd725e50430480ea5b8d (diff)
Remove THUMB_FUNC from headers
Diffstat (limited to 'include/timer3.h')
-rw-r--r--include/timer3.h12
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