diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2021-09-15 19:24:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-15 19:24:19 -0400 |
| commit | e3f1ccd9020fefd62d5f94d01ff18084517e537a (patch) | |
| tree | 3b12d58961cf7531ba3923da53febb595f623171 /include/color.h | |
| parent | fbc4071cc83b431a558c2b0b3b4dfecd1a92e679 (diff) | |
Fix all headers to comply with C standard (#957)
* Fix all headers to comply with C standard
* fix a file in libultra
* Update include/stdbool.h
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
* Update stdbool.h
* Update z64animation.h
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
Diffstat (limited to 'include/color.h')
| -rw-r--r-- | include/color.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/color.h b/include/color.h index 17102b6bb..014e7accf 100644 --- a/include/color.h +++ b/include/color.h @@ -1,5 +1,5 @@ -#ifndef _COLOR_H_ -#define _COLOR_H_ +#ifndef COLOR_H +#define COLOR_H typedef struct { u8 r, g, b; |
