convert line ends
[canaan.git] / prj / tech / libsrc / dev2d / genlin.h
blob0d641f1f1e3b89fe7263687cab3f8bcdaa3f7ada
1 /*
2 * $Source: s:/prj/tech/libsrc/dev2d/RCS/genlin.h $
3 * $Revision: 1.1 $
4 * $Author: KEVIN $
5 * $Date: 1996/04/10 16:38:55 $
7 * Constants for bitmap flags & type fields; prototypes for bitmap
8 * functions.
10 * This file is part of the dev2d library.
15 #ifndef __GENLIN_H
16 #define __GENLIN_H
17 #include <linftype.h>
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
23 extern gdulin_func gen_uvline;
24 extern gdulin_func gen_uhline;
26 #ifdef __cplusplus
28 #endif
29 #endif