repo.or.cz
/
canaan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
convert line ends
[canaan.git]
/
prj
/
tech
/
libsrc
/
g2
/
scshell.h
blob
86c55b757111084e0245b7a5e22290abcba3f924
1
// $Header: x:/prj/tech/libsrc/g2/RCS/scshell.h 1.2 1997/05/16 09:38:46 KEVIN Exp $
2
3
#ifndef __SCSHELL_H
4
#define __SCSHELL_H
5
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
);
9
10
#endif