sprites.h 424 B

12345678910111213
  1. #ifndef __SPRITES
  2. #define __SPRITES
  3. #include <default.h>
  4. /* Begin Auto-Generated Part */
  5. enum SprtModes{SPRT_XOR,SPRT_OR,SPRT_AND,SPRT_RPLC};
  6. extern void Sprite8(short,short,short,const unsigned char*,void*,short)__ATTR_LIB_C__;
  7. extern void Sprite16(short,short,short,__cpushort,void*,short)__ATTR_LIB_C__;
  8. extern void Sprite32(short,short,short,__cpulong,void*,short)__ATTR_LIB_C__;
  9. /* End Auto-Generated Part */
  10. #endif