Files
mk64/include/course.h
T
Tyler McGavran 2f7719086a Rename a bunch of D_06XXXXXX variables (#330)
* Rename a bunch of D_06XXXXXX variables

Signed-off-by: Taggerung <tyler.taggerung@email.com>
2023-07-08 17:54:58 -06:00

19 lines
263 B
C

#ifndef COURSE_H
#define COURSE_H
#include <ultra64.h>
#include <PR/gbi.h>
#include <macros.h>
/**
* @file Include for course gfx.inc.c.
*/
// This could be *func(arg) instead.
struct CourseAddrUnkStruct {
Gfx *addr;
s32 value;
};
#endif // COURSE_H