home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l350 / 3.ddi / EXAMPLES / SB386 / KABOOM2.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-10  |  382 b   |  14 lines

  1. /* This header file became necessary when these lines were added to
  2.  * KABOOM2.C; the sample session in the manual assumes that certain
  3.  * lines are in a specific location in the file (line #96, in
  4.  * particular, must be "if ((x>=0 && x<SCREEN_X) &&").
  5.  */
  6.  
  7. long kb_rand(void);
  8.  
  9. #ifdef __WATCOMC__
  10. #define _getch getch
  11. #define _int86 int386
  12. #define rand kb_rand
  13. #endif
  14.