mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-27 20:41:42 +00:00
Fix types.h include guard to avoid any conflict with <sys/types.h>.
This commit is contained in:
parent
ee795fa7af
commit
5cb3bfd2f6
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue