mirror of https://github.com/n64decomp/mk64.git
fix typo data (#661)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
parent
2f288fbe10
commit
421548767d
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue