pokeheartgold/lib/include/nitro/fx/fx_vec.h
2022-03-31 10:51:03 -04:00

8 lines
215 B
C

#ifndef NITRO_FX_FX_VEC_H_
#define NITRO_FX_FX_VEC_H_
void VEC_Add(const VecFx32 *a, const VecFx32 *b, VecFx32 *ab);
void VEC_Subtract(const VecFx32 *a, const VecFx32 *b, VecFx32 *ab);
#endif //NITRO_FX_FX_VEC_H_