Skip to content

Commit

Permalink
fix course (#659)
Browse files Browse the repository at this point in the history
Co-authored-by: MegaMech <[email protected]>
  • Loading branch information
coco875 and MegaMech authored Aug 1, 2024
1 parent b1161c2 commit 9b779c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion courses/all_course_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion courses/banshee_boardwalk/course_offsets.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion courses/staff_ghost_data.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9b779c1

Please sign in to comment.