.\" Generated by the Allegro makedoc utility .TH fixed 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME fixed \- Fixed point integer to replace floats. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B typedef long fixed .SH DESCRIPTION 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. .SH SEE ALSO , .BR ex12bit (3alleg4), .BR ex3buf (3alleg4), .BR ex3d (3alleg4), .BR excustom (3alleg4), .BR exfixed (3alleg4), .BR exrotscl (3alleg4), .BR exspline (3alleg4), .BR exsprite (3alleg4), .BR exstars (3alleg4), .BR exupdate (3alleg4)