fix typo data (#661)

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
coco875 2024-08-01 05:11:53 +02:00 committed by GitHub
parent 2f288fbe10
commit 421548767d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"