mirror of
https://github.com/n64decomp/mk64
synced 2026-07-11 13:48:45 -04:00
fix typo include (#658)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user