home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1 (1993)
/
nebula.bin
/
SourceCode
/
AlexNeXTSTEPSource
/
Source
/
Chapter7_Views
/
Shapes
/
sym
/
drawcircle.h
< prev
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
|
259 b
|
11 lines
/* ./sym/drawcircle.h generated from drawcircle.psw
by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
*/
#ifndef DRAWCIRCLE_H
#define DRAWCIRCLE_H
extern void drawcircle(float x, float y, float angle, float xScale, float yScale);
#endif DRAWCIRCLE_H