home *** CD-ROM | disk | FTP | other *** search
/ Ragnaroek / Ragnaroek.img / OpponentApp / InvitationListener.h < prev    next >
Text File  |  1991-12-09  |  451b  |  18 lines

  1. #import <appkit/Listener.h>
  2. @interface InvitationListener : Listener
  3. {}
  4. -(int)invitationFrom : (char *) username
  5.     onHost : (char *) hostname
  6.     RSVP : (port_t) rsvpPort
  7.     Face : (char *) face
  8.     length : (int) length;
  9. -(int)Game : (char *) game
  10.     length : (int) length
  11.     Side : (int) side
  12.     YourPort : (port_t *) yourPort
  13.     MyPort : (port_t) myPort
  14.     MyFace : (char *) myFaceData
  15.     length : (int) mflen
  16.     From : (char *) username
  17.     onHost : (char *) hostname;
  18. @end