summaryrefslogtreecommitdiff
path: root/include/timer3.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-05 16:55:46 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-05 16:55:46 -0400
commitc87b617058767519480ef2d19e233fe0e99ca01d (patch)
tree690c7ca357b58415f85c754048e90b1e693df945 /include/timer3.h
parent0ae4f320d929e4d8914002836055c1aad35d5ce3 (diff)
Fix GX_vramcnt symbol names
Diffstat (limited to 'include/timer3.h')
-rw-r--r--include/timer3.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/timer3.h b/include/timer3.h
index 3220c7a3..a49cf3e6 100644
--- a/include/timer3.h
+++ b/include/timer3.h
@@ -4,12 +4,6 @@
#include "global.h"
-struct Timer3Data
-{
- BOOL NeedReset;
- vu64 Timer3Counter;
-};
-
void Init_Timer3();
void CountUpTimer3();
u64 internal_GetTimer3Count();