home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0400 / CCE_0423.ZIP / CCE_0423.PD / GPINCL13.ZOO / complex.h < prev    next >
C/C++ Source or Header  |  1992-04-02  |  121b  |  7 lines

  1. #ifndef _complex_h
  2. #define _complex_h
  3. #define __ATT_complex__
  4. #include <Complex.h>
  5. typedef class Complex complex;
  6. #endif
  7.