home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
174.lha
/
BezSurf
/
control.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
|
1988-04-28
|
177 b
|
9 lines
typedef enum { FITBEZIER, DRAWPOLY, NOTACTIVE } CURMODE;
void SetFitBez();
void SetPolyDraw();
extern CURMODE CurMode;
extern void EditControl0();
extern void EditControl1();