home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / FALCON / CPX / GENERAL.TC / STATUS.H < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-10  |  269 b   |  13 lines

  1. /* STATUS.C prototypes for those who need it...*/
  2.  
  3.  
  4. void do_status( void );
  5. void clear_status( void );
  6. int  stat_button( int button, WORD *msg );
  7.  
  8. extern int max_stat;
  9. extern int min_stat;
  10. extern int blit_inc;
  11. extern int stat_value;
  12. extern int status_flag;
  13.