convert line ends
[canaan.git] / prj / tech / libsrc / g2 / scshell.h
blob86c55b757111084e0245b7a5e22290abcba3f924
1 // $Header: x:/prj/tech/libsrc/g2/RCS/scshell.h 1.2 1997/05/16 09:38:46 KEVIN Exp $
3 #ifndef __SCSHELL_H
4 #define __SCSHELL_H
6 #include <plyparam.h>
7 extern void scale_ushell(int x, int y, int w, int h, g2s_poly_params *p);
8 extern int scale_cshell(int x, int y, int w, int h, g2s_poly_params *p);
10 #endif