22 #ifndef AGS_LIB_ALLEGRO_FMATHS_H 23 #define AGS_LIB_ALLEGRO_FMATHS_H 25 #include "ags/lib/allegro/fixed.h" 29 AL_FUNC(fixed, fixsqrt, (fixed x));
30 AL_FUNC(fixed, fixhypot, (fixed x, fixed y));
31 AL_FUNC(fixed, fixatan, (fixed x));
32 AL_FUNC(fixed, fixatan2, (fixed y, fixed x));
34 AL_ARRAY(
const fixed, _cos_tbl);
35 AL_ARRAY(
const fixed, _tan_tbl);
36 AL_ARRAY(
const fixed, _acos_tbl);