From bfa697974b0e39d71e132a92b83ee1e62b397253 Mon Sep 17 00:00:00 2001 From: yksoft1 Date: Tue, 19 May 2020 20:39:01 +0800 Subject: [PATCH] Fix types.h include guard to avoid any conflict with . --- include/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/types.h b/include/types.h index 483c894f..870223eb 100644 --- a/include/types.h +++ b/include/types.h @@ -1,5 +1,5 @@ -#ifndef _TYPES_H_ -#define _TYPES_H_ +#ifndef _SM64_TYPES_H_ +#define _SM64_TYPES_H_ // This file contains various data types used in Super Mario 64 that don't yet // have an appropriate header.