home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
gondwana.ecr.mu.oz.au/pub/
/
Graphics.tar
/
Graphics
/
VOGLE.ZIP
/
SRC
/
SUNPAS
/
PATTR.C
< prev
next >
Wrap
Text File
|
1994-04-27
|
139b
|
19 lines
/*
* PushAttributes
*/
void
PushAttributes()
{
pushattributes();
}
/*
* PopAttributes
*/
void
PopAttributes()
{
popattributes();
}