home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1994 June
/
NEBULA_SE.ISO
/
SourceCode
/
Cookbook
/
07.PSWrap
/
sym
/
circle.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-24
|
207 b
|
11 lines
/* ./sym/circle.h generated from circle.psw
by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
*/
#ifndef CIRCLE_H
#define CIRCLE_H
extern void drawCircle(float radius, float shade);
#endif CIRCLE_H