1fixed(3) Allegro manual fixed(3)
2
3
4
6 fixed - Fixed point integer to replace floats. Allegro game programming
7 library.
8
10 #include <allegro.h>
11
12
13 typedef long fixed
14
16 This is a fixed point integer which can replace float with similar
17 results and is faster than float on low end machines. Read chapter
18 "Fixed point math routines" for the full explanation.
19
20
22 , ex12bit(3), ex3buf(3), ex3d(3), excustom(3), exfixed(3), exrotscl(3),
23 exspline(3), exsprite(3), exstars(3), exupdate(3)
24
25
26
27Allegro version 4.4.3 fixed(3)