home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / blank / gblanker / gsource / protos / handlers.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-13  |  125 b   |  8 lines

  1. #ifndef HANDLERS_H
  2. #define HANDLERS_H
  3.  
  4. LONG HandleServerMsg( VOID );
  5. LONG HandleMouseCheck( VOID );
  6.  
  7. #endif /* HANDLERS_H */
  8.