home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tvos200.zip / TVISION / OS2STUFF.H < prev    next >
C/C++ Source or Header  |  1995-04-25  |  154b  |  10 lines

  1. #ifndef __os2stuff_h
  2. #define __os2stuff_h
  3.  
  4. ulong   osTimeGetRunning(void);
  5. ushort  osKeyFast(ushort *kstate);
  6. ushort  osKeyState(void);
  7.  
  8. #endif
  9.  
  10.