summaryrefslogtreecommitdiff
path: root/src/code/z_message.c
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2024-04-25 21:16:47 -0400
committerGitHub <noreply@github.com>2024-04-25 18:16:47 -0700
commit666cb6ad4a673a7d40db270f5a0a3755553314e9 (patch)
tree0bf1b7582cdffd586be678ed8942ae954ca22225 /src/code/z_message.c
parent654fc4fd749a0a5b169634e9d20b887991ad6247 (diff)
More header cleanup (#1604)
* low hanging fruits on variables.h * z_actor functions * Move RomFile to z64object.h * Revert "z_actor functions" This reverts commit aa99967d165070d651901e459368c4f5418ef0ab. * yeet * z64actor_dlftbls.h * Move object segment declarations to object_table.c * Move Camera functions * z64nmi_buff.h * fix merge * su_mtx.h, sys_cmpdma.h and sys_initial_check.h * sys_ucode.h * sys_flashrom.h * Remove unnecessary includes * z64kanfont.h * flg_set.h * z64DLF.h * z64lifemeter.h * z64path.h * format * ObjectOverlay * bss * Yeet ObjectOverlay * review * review * format * bss * z64font.h
Diffstat (limited to 'src/code/z_message.c')
-rw-r--r--src/code/z_message.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/z_message.c b/src/code/z_message.c
index 3d75d5325..945aacb65 100644
--- a/src/code/z_message.c
+++ b/src/code/z_message.c
@@ -3,6 +3,7 @@
#include "message_data_static.h"
#include "padmgr.h"
+#include "sys_cmpdma.h"
#include "segment_symbols.h"
#include "z64actor.h"
#include "z64horse.h"