Beginnings of a fixed point math library for use in plugins. fsincos() only for now, mostly copied from eq.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11712 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-12-10 23:04:05 +00:00
parent a4e06d39c9
commit fcc00458a9

View file

@ -1,4 +1,5 @@
configfile.c
fixedpoint.c
playback_control.c
rgb_hsv.c
#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4)