home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / gblanker36_src.lha / GSource.lha / GSource / protos / handlers.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-14  |  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.