diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-03-04 17:02:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 09:02:45 -0700 |
| commit | f99e242d97602a67ddcb107627f56effc4afd065 (patch) | |
| tree | 0859f2747159d82cc57f79495d6df30198819715 /src/debug/all_variables.h | |
| parent | 1aa6824d3340fc6fb6eca917f8c3ed7c9259af06 (diff) | |
Document render/update objects (#565)
* Document objects related code.
* Including render/update objects code
* Various renamings
Diffstat (limited to 'src/debug/all_variables.h')
| -rw-r--r-- | src/debug/all_variables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/all_variables.h b/src/debug/all_variables.h index 4f01b72bc..5cbab34ac 100644 --- a/src/debug/all_variables.h +++ b/src/debug/all_variables.h @@ -18,7 +18,7 @@ #include <code_8003DC40.h> #include <code_80057C60.h> #include <code_8006E9C0.h> -#include <code_80071F00.h> +#include <update_objects.h> #include <code_80086E70.h> #include <effects.h> #include <code_80091440.h> @@ -34,7 +34,7 @@ #include <credits.h> #include <data_segment2.h> #include <buffers.h> -#include <hud_renderer.h> +#include <render_objects.h> #include <kart_dma.h> #include <main.h> #include <math_util_2.h> |
