summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTyler McGavran <tyler.taggerung@gmail.com>2023-07-08 19:54:58 -0400
committerGitHub <noreply@github.com>2023-07-08 17:54:58 -0600
commit2f7719086ae5caa2add5b0c6b05cc05e8e71a96e (patch)
tree95b6833a532107be61e13756e881aedbf0d75521 /include
parented404043f29c1912bddac69bd0b62bc450eba3ff (diff)
Rename a bunch of D_06XXXXXX variables (#330)
* Rename a bunch of D_06XXXXXX variables Signed-off-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to 'include')
-rw-r--r--include/course.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/course.h b/include/course.h
index ef6c19cbc..5137a17c0 100644
--- a/include/course.h
+++ b/include/course.h
@@ -2,6 +2,7 @@
#define COURSE_H
#include <ultra64.h>
+#include <PR/gbi.h>
#include <macros.h>
/**
@@ -10,7 +11,7 @@
// This could be *func(arg) instead.
struct CourseAddrUnkStruct {
- uintptr_t addr;
+ Gfx *addr;
s32 value;
};