Skip to content

Commit

Permalink
fix typo data (#661)
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 2f288fb commit 4215487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data/path_spawn_metadata.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define PATH_SPAWN_METADATA_H

#include "waypoints.h"
#include "common_structs.h"
#include <common_structs.h>
#include <assets/common_data.h>
#include "include/bomb_kart.h"

Expand Down
2 changes: 1 addition & 1 deletion src/data/some_data.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef SOME_DATA_H
#define SOME_DATA_H

#include "PR/gbi.h"
#include <PR/gbi.h>
#include "spline.h"
#include "data/other_textures.h"
#include "objects.h"
Expand Down

0 comments on commit 4215487

Please sign in to comment.