SprtModes.hsf 289 B

123456789101112
  1. [Main]
  2. Name=SprtModes
  3. Type=Type
  4. Subtype=Enumeration
  5. Header Files=sprites.h
  6. Definition=enum SprtModes {SPRT_XOR, SPRT_OR, SPRT_AND, SPRT_RPLC};
  7. [Description]
  8. An enumeration to describe possible modes of sprite drawing.
  9. [Explanation]
  10. This type is used by all sprite functions.