mirror of
https://github.com/n64decomp/mk64
synced 2026-07-10 13:34:53 -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 SAVE_DATA_H
|
||||
#define SAVE_DATA_H
|
||||
|
||||
#include "common_structs.h"
|
||||
#include <common_structs.h>
|
||||
|
||||
typedef struct {
|
||||
// 6 little endian 3-byte records.
|
||||
|
||||
Reference in New Issue
Block a user