fixed - Fixed point integer to replace floats. Allegro game programming library.
#include <allegro.h> typedef long fixed
This is a fixed point integer which can replace float with similar results and is faster than float on low end machines. Read chapter "Fixed point math routines" for the full explanation.
, ex12bit(3alleg), ex3buf(3alleg), ex3d(3alleg), excustom(3alleg), exfixed(3alleg), exspline(3alleg), exsprite(3alleg), exstars(3alleg), exupdate(3alleg)