SprtModes Type (Enumeration)

sprites.h

enum SprtModes {SPRT_XOR, SPRT_OR, SPRT_AND};

An enumeration to describe possible modes of sprite drawing.

This type is used by all sprite functions.