mirror of
https://github.com/n64decomp/mk64
synced 2026-07-04 12:00:16 -04:00
Rename a bunch of D_06XXXXXX variables (#330)
* Rename a bunch of D_06XXXXXX variables Signed-off-by: Taggerung <tyler.taggerung@email.com>
This commit is contained in:
+2
-1
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user