home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 23
/
IOPROG_23.ISO
/
SOFT
/
RAYCAST.ZIP
/
GROUND.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
|
1995-10-09
|
147 b
|
8 lines
#ifndef _GROUND_
#define _GROUND_
long Ground_Height(pobject test_obj);
long Ground_Height_XY(MYFIXED x, MYFIXED y, psector sec);
#endif