diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-07 23:23:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-07 17:23:25 -0400 |
| commit | a039aeffb7ba72911da093ae77e6a583939e9afc (patch) | |
| tree | 1127c1552c3c81c84f46b79e2a985cd6afb6b592 /include/color.h | |
| parent | 277ce1c0d3a9ab46315a0de61d5bb3b36e5f1b76 (diff) | |
[headers 5] Misc small headers untangling (#2147)
* Misc small headers untangling
* mv gSaveContext to where it is in MM in the header
* newline police
* move rand functions back to functions.h
Diffstat (limited to 'include/color.h')
| -rw-r--r-- | include/color.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/color.h b/include/color.h index 0d6eff323..816d38349 100644 --- a/include/color.h +++ b/include/color.h @@ -1,6 +1,8 @@ #ifndef COLOR_H #define COLOR_H +#include "ultra64/ultratypes.h" + typedef struct Color_RGB8 { u8 r, g, b; } Color_RGB8; |
