home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 262.lha / SpriteWizard_v1.0 / SW_Menu.def < prev    next >
Text File  |  1989-06-30  |  800b  |  48 lines

  1. /*  Menu definitions  */
  2.  
  3. #define PROJECT  0
  4. #define EDIT     1
  5. #define MODE     2
  6. #define ANIMATE  3
  7.  
  8. /*  Project choices  */
  9. #define ABOUT     0
  10. #define LOAD      1
  11. #define SAVE_BIN  2
  12. #define SAVE_SRC  3
  13. #define QUIT      4
  14.  
  15. /*  Save source choices  */
  16. #define SAVE_C_SRC      0
  17. #define SAVE_ASM_SRC    1
  18. #define SAVE_MODII_SRC  2
  19. #define SAVE_BAS_SRC    3
  20.  
  21. /*  About choices  */
  22. #define AUTHOR   0
  23. #define PROGRAM  1
  24.  
  25. /*  Edit choices  */
  26. #define FLIP       0
  27. #define CLR_DATA   1
  28. #define CLR_COLOR  2
  29. #define NEGATE     3
  30.  
  31. /*  Choices for flip  */
  32. #define FLIP_XAXIS  0
  33. #define FLIP_YAXIS  1
  34.  
  35. /*  Animate choices  */
  36. #define DEFINE    0
  37. #define START     1
  38.  
  39. /*  Mode options  */
  40. #define CURRENT  0
  41. #define ALL      1
  42. #define FROM     2
  43. #define UP_TO    3
  44. #define EXCEPT   4
  45. #define RANGE    5
  46.  
  47.  
  48.