1 #ifndef _FILLPOLY_H_
2 #define _FILLPOLY_H_
3 
4 #include "poly.h"
5 #include "device.h"
6 
7 void fillpoly(device *, poly *);
8 
9 #endif /* _FILLPOLY_H_ */
10