home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_C / VGAGRAPH.ZIP / MOUSE.H < prev    next >
C/C++ Source or Header  |  1993-03-25  |  99b  |  5 lines

  1. extern int x0,y0;
  2.  
  3. char initmouse(int x00,int y00,int col);
  4. void closemouse();
  5. char mousekey();