home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mandlcpp.zip / communication.h < prev    next >
C/C++ Source or Header  |  1993-06-26  |  274b  |  15 lines

  1. #ifndef communication_h_included
  2. #define communication_h_included
  3.  
  4.  
  5. typedef struct
  6. {    unsigned int iSizeX;
  7.     unsigned int iMaxIterations;
  8.     double dLimit;
  9.     double dXa, dYa, dXdx, dYdx;
  10.     unsigned int iMaxColors;
  11. } structRequest;
  12.  
  13.  
  14. #endif !communication_h_included
  15.