name a func and add func to header

This commit is contained in:
Seth Barberee 2024-06-20 21:44:08 -07:00
parent 1270976e5d
commit 0673ac5fc6

View File

@ -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];