home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 202.lha / SoundScape / Include / patchpanel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-12-28  |  136 b   |  11 lines

  1. /*    PATCHPANEL.H    The Patch Panel state structure.
  2.  
  3.     (c) 1986    Todor Fay
  4.  
  5. */
  6.  
  7. struct PanelState {
  8.     long length;
  9.     char links[512];
  10. };
  11.