home *** CD-ROM | disk | FTP | other *** search
- /* This header file became necessary when these lines were added to
- * KABOOM2.C; the sample session in the manual assumes that certain
- * lines are in a specific location in the file (line #96, in
- * particular, must be "if ((x>=0 && x<SCREEN_X) &&").
- */
-
- long kb_rand(void);
-
- #ifdef __WATCOMC__
- #define _getch getch
- #define _int86 int386
- #define rand kb_rand
- #endif
-