diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-04-05 21:42:14 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-05 21:42:14 -0600 |
| commit | c4d596d297182d81488c7d09769666de450140bb (patch) | |
| tree | ed8456aa14f96a1da3807693f621e8c4179756e3 /src/debug | |
| parent | 12f332614ed9ee8b684d4b0fdae91e5ef14568ff (diff) | |
trig tables shiftable (#596)
Diffstat (limited to 'src/debug')
| -rw-r--r-- | src/debug/all_variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/all_variables.h b/src/debug/all_variables.h index 5cbab34ac..408fffe88 100644 --- a/src/debug/all_variables.h +++ b/src/debug/all_variables.h @@ -63,7 +63,7 @@ #include <objects.h> #include <segments.h> #include <sounds.h> -#include "data/trig_tables.h" +#include "buffers/trig_tables.h" #include <types.h> #include <ultra64.h> #include <vehicles.h> |
