diff options
Diffstat (limited to 'utils/hp2ps/Shade.h')
-rw-r--r-- | utils/hp2ps/Shade.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/hp2ps/Shade.h b/utils/hp2ps/Shade.h new file mode 100644 index 0000000000..0e49c90d04 --- /dev/null +++ b/utils/hp2ps/Shade.h @@ -0,0 +1,8 @@ +#ifndef SHADE_H +#define SHADE_H + +floatish ShadeOf PROTO((char *)); +void ShadeFor PROTO((char *, floatish)); +void SetPSColour PROTO((floatish)); + +#endif /* SHADE_H */ |