From 52f66d3290b7bd0327135bc1f8c10ef05fac61c7 Mon Sep 17 00:00:00 2001 From: gijs Date: Thu, 19 Oct 2023 19:52:12 +0200 Subject: [PATCH] Change `common.h` to define `DISPLAY_LIST_800A9EF0` --- include/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/common.h b/include/common.h index a1de242..9e040a1 100644 --- a/include/common.h +++ b/include/common.h @@ -645,4 +645,6 @@ extern void obSetCurrentTime(u32 time); extern u32 obGetCurrentTime(); extern f32 obGetCurrentTimeF(); +extern Gfx DISPLAY_LIST_800A9EF0[]; + #endif \ No newline at end of file