pokeheartgold/lib/include/nitro/fx/fx_cp.h
2023-07-12 00:55:43 +01:00

9 lines
178 B
C

#ifndef NITRO_FX_FX_CP_H_
#define NITRO_FX_FX_CP_H_
#include <nitro/types.h>
#include <nitro/fx/fx.h>
fx32 FX_Div(fx32 numerator, fx32 denominator);
#endif //NITRO_FX_FX_CP_H_