mirror of
https://github.com/pret/pmd-red.git
synced 2026-06-16 21:50:21 -05:00
name a func and add func to header
This commit is contained in:
parent
1270976e5d
commit
0673ac5fc6
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user