SprtModes Type (Enumeration)

sprites.h

enum SprtModes {SPRT_XOR, SPRT_OR, SPRT_AND, SPRT_RPLC};

An enumeration to describe possible modes of sprite drawing.

This type is used by all sprite functions.