[project @ 2004-03-15 21:53:32 by rjw]

Added SWI number for Tinct_ConvertSprite.

svn path=/import/netsurf/; revision=627
This commit is contained in:
Richard Wilson 2004-03-15 21:53:32 +00:00
parent 78bf13b8e5
commit 3e417f948c

View File

@ -32,4 +32,9 @@
*/
#define Tinct_PlotScaled 0x57243
/* Tinct_ConvertSprite creates a 32bpp sprite (pointer to memory supplied in R3) from a paletted sprite
provided in R2 - see the Tinct documentation for further details.
*/
#define Tinct_ConvertSprite 0x57244
#endif