home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Add-Ons / After Dark / Flame! / ad_flame.h < prev    next >
Encoding:
Text File  |  1994-04-24  |  568 b   |  25 lines  |  [TEXT/KAHL]

  1.  
  2.  
  3.  
  4. void initflame( Rect *bounds, char depth);
  5. static short halfrandom(int mv);
  6. void drawflame(void);
  7. void XClearWindow( Rect *theRect);
  8. void XDrawPoints(Point    points[], short how_many);
  9.  
  10. // defines ...
  11. #define MAXSCREENS    3                        // 3 screens max (for now) - joe
  12.  
  13. // this is now a slider
  14. //#define MAXTOTAL    10000
  15.  
  16. #define MAXBATCH    1000                        // was 10 ... added control over this
  17. #define MAXLEV        4                        // was 4
  18.  
  19. // from the Xlock.ad file ... (made into defines)
  20. //XLock.flame.delay: 10000
  21. //XLock.flame.batchcount: 20
  22. //XLock.flame.saturation: 1
  23. #define BATCHCOUNT    20    
  24.  
  25.