home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef __MGL_H
- #define __MGL_H
-
- /* Dummy header; for real MGL compiles this is a real header, but for the
- * halftone.c module all we need is the include halftone.h
- */
-
- #include "mgraph.h"
- #include "halftone.h"
-
- #endif /* __MGL_H */
-
-