fix typo include (#658)

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
coco875
2024-08-01 05:10:19 +02:00
committed by GitHub
parent 8f44a7e07e
commit b1161c2ce8
13 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef _COMMON_STRUCTS_H_
#define _COMMON_STRUCTS_H_
#include "ultra64.h"
#include <ultra64.h>
typedef f32 Vec3f[3];
typedef f32 Vec4f[4];