diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-28 17:28:17 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-28 17:28:17 -0700 |
| commit | 755571834d4fc0e21fdd45b065728c87574a3a07 (patch) | |
| tree | a22746b07f5c00af9daaa3feb0792c7ba4de1beb /src/color.c | |
| parent | 6cf555f074375c8134ce44b8ba68095a3a90ec46 (diff) | |
rename coord.h to physics.h
Diffstat (limited to 'src/color.c')
| -rw-r--r-- | src/color.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/color.c b/src/color.c index 301e5613..3211e948 100644 --- a/src/color.c +++ b/src/color.c @@ -6,7 +6,7 @@ #include "global.h" #include "fileselect.h" #include "main.h" -#include "coord.h" +#include "physics.h" extern Palette gUnk_02001A3C; |
