mirror of
https://github.com/n64decomp/mk64
synced 2026-05-27 07:37:59 -04:00
fix typo data (#661)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user