mirror of https://github.com/n64decomp/mk64.git
fix course (#659)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
parent
b1161c2ce8
commit
9b779c1466
|
@ -2,7 +2,7 @@
|
|||
#define ALL_COURSE_MODEL_H
|
||||
|
||||
#include "macros.h"
|
||||
#include "common_structs.h"
|
||||
#include <common_structs.h>
|
||||
|
||||
/** WARNING!!!
|
||||
* This header file has the sizes of the vertex array's hard coded.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include <PR/ultratypes.h>
|
||||
#include "PR/gbi.h"
|
||||
#include <PR/gbi.h>
|
||||
#include "course_offsets.h"
|
||||
#include "courses/banshee_boardwalk/course_data.h"
|
||||
#include <PR/gbi.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include <ultra64.h>
|
||||
#include <macros.h>
|
||||
#include "common_structs.h"
|
||||
#include <common_structs.h>
|
||||
|
||||
/*
|
||||
* This file is required for data alignment
|
||||
|
|
Loading…
Reference in New Issue