sprites.h Header File

Header File Index

Simple sprite routines

 Functions
ClipSprite8
Safely draws a sprite with a width of 8 pixels or less on the screen.
ClipSprite16
Safely draws a sprite with a width of 16 pixels or less on the screen.
ClipSprite32
Safely draws a sprite with a width of 32 pixels or less on the screen.
Sprite8
Draws a sprite with a width of 8 pixels or less on the screen.
Sprite16
Draws a sprite with a width of 16 pixels or less on the screen.
Sprite32
Draws a sprite with a width of 32 pixels or less on the screen.
 Predefined Types
SprtModes
An enumeration to describe possible modes of sprite drawing.

For lots of advanced drawing routines, we recommend you to download either the ExtGraph static library by the TI-Chess Team or Genlib "kernel"-based dynamic library by the Time To Team.


See also: graph.h, gray.h