mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-25 06:06:29 -05:00
9 lines
178 B
C
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_
|