home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Groovy Bytes: Behind the Moon
/
groovybytes.iso
/
GROOVY
/
DEMOS
/
MISC_DEM
/
SUNKNOWN.ZIP
/
VOXEL.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
|
1994-04-06
|
238 b
|
15 lines
// VOXEL.H
#ifndef _VOXEL_H
#define _VOXEL_H
#include "global.h"
#define CAMZ 4485.0
#define CAMX 4230.0
#define MAXZ 3650.0
void voxel(void);
void visvox(byte *page,float camv, word pageseg,int step);
#endif