home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 December / JOY143_CD1.iso / Data / Demos / Platoon / pl_demo.exe / Inf / GlobalIncludes.inf < prev    next >
Text File  |  2002-09-17  |  777b  |  41 lines

  1. ;***********************************
  2. ; Global defines
  3. ;***********************************
  4.  
  5. #define TRUE 1
  6. #define FALSE 0
  7.  
  8. ;***********************************
  9. ; Anim type
  10. ;***********************************
  11.  
  12. #define SIMPLE   0
  13. #define LOOPED   1
  14. #define PINGPONG 2
  15.  
  16. ;***********************************
  17. ; Anim directions
  18. ;***********************************
  19.  
  20. #define FORWARD 1
  21. #define REVERSE -1
  22.  
  23. ;***********************************
  24. ; Align types
  25. ;***********************************
  26.  
  27. #define ALIGN_NONE       0
  28. #define ALIGN_LEFT       1
  29. #define ALIGN_RIGHT      2
  30. #define ALIGN_CENTER     3
  31. #define ALIGN_JUSTIFY    4
  32.  
  33. #define FADE_NONE        0
  34. #define FADE_UP          1
  35. #define FADE_UPDOWN      2
  36. #define FADE_CURSOR      3
  37.  
  38.  
  39.  
  40.  
  41.