home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.3 Development Libraries
/
SGI IRIX 6.3 Development Libraries.iso
/
dist6.3
/
gl_dev.idb
/
usr
/
include
/
gl
/
rct.h.z
/
rct.h
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
|
1996-12-06
|
201 b
|
15 lines
#ifndef __GL_RECT_H__
#define __GL_RECT_H__
#ident "$Revision: 1.2 $"
typedef struct rct {
int xmin, xmax;
int ymin, ymax;
} rct;
rct *rctnew();
rct *rctclone();
#endif /* __GL_RECT_H__ */