home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 5 / MA_Cover_5.iso / ppc / mesa / src / mgl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-31  |  251 b   |  14 lines

  1.  
  2. #ifndef __MGL_H
  3. #define __MGL_H
  4.  
  5. /* Dummy header; for real MGL compiles this is a real header, but for the
  6.  * halftone.c module all we need is the include halftone.h
  7.  */
  8.  
  9. #include "mgraph.h"
  10. #include "halftone.h"
  11.  
  12. #endif  /* __MGL_H */
  13.  
  14.