home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SYSTEM / CLOCK10.ZIP / CLOCK.H next >
Encoding:
C/C++ Source or Header  |  1990-10-18  |  140 b   |  8 lines

  1. extern  unsigned int ClockPosition;
  2.  
  3. extern void interrupt (* oldint1C)();
  4.  
  5. void TimerHit(void);
  6.  
  7. void ChangeClockPos(int x, int y);
  8.