home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 2000 January / LCD_01_2000.iso / games / doom / pmdoom / include / control / time.h < prev   
Encoding:
C/C++ Source or Header  |  1999-12-17  |  183 b   |  15 lines

  1. /*
  2.  *    Atari time definitions
  3.  *
  4.  *    Patrice Mandin
  5.  */
  6.  
  7. #ifndef _I_TIME_H_
  8. #define _I_TIME_H_
  9.  
  10. extern unsigned long atari_curtime;
  11.  
  12. void I_Asm_UpdateTime(void);
  13.  
  14. #endif
  15.