From 0673ac5fc64bc935dcd302c14f2ffe2bbb4bedd5 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Thu, 20 Jun 2024 21:44:08 -0700 Subject: [PATCH] name a func and add func to header --- src/math.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/math.c b/src/math.c index e7b4816b7..7efcb42ab 100644 --- a/src/math.c +++ b/src/math.c @@ -4,8 +4,6 @@ #include "data/math.h" -u24_8 u24_8_div(u24_8 x, u24_8 y); - u32 fast_mod_3(s32 x) { if (x < 0x100) { return gFastMod3Lookup[x];