home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
texmf
/
source
/
SpecHost
/
graphics.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-05-27
|
383b
|
23 lines
/*
** SpecialHost for PasTeX
**
** Copyright © by Olaf Barthel & Georg Heßmann
*/
/* graphics.h */
void device_SetPenSize (long xpen, long ypen);
void device_DrawPoint (long x, long y);
void device_DrawLine (long x, long y, long x1, long y1);
struct bitmap {
long width, height;
long *pixptr;
};
extern struct bitmap map;
extern long upper_limit;
extern long lower_limit;