mirror of
https://github.com/n64decomp/mk64
synced 2026-08-18 05:08:24 -04:00
fix typo include (#658)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#ifndef WAYPOINTS_H
|
||||
#define WAYPOINTS_H
|
||||
|
||||
#include "common_structs.h"
|
||||
#include <common_structs.h>
|
||||
|
||||
typedef struct {
|
||||
/* 0x00 */ s16 posX;
|
||||
|
||||
Reference in New Issue
Block a user