home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
SourceCode
/
MiniExamples
/
AppKit
/
PaginationLab
/
drawRect.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-07-14
|
287 b
|
13 lines
/* drawRect.h generated from drawRect.psw
by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
*/
#ifndef DRAWRECT_H
#define DRAWRECT_H
extern void loadPSProcedures( void );
extern void drawRect(float x, float y, const char *str, const char *num, int darkFlag);
#endif DRAWRECT_H