www.pudn.com > 3d_engine.zip > CONFIG.H


// Panard-Vision 
// Compile time config file 
// (C) 1997, Olivier Brunet (bruneto@efrei.fr) 
 
 
// API calling convention 
#define PVAPI __cdecl 
 
// Define if compiling for win95/NT 
#ifndef WIN32 
#undef WIN32 
#endif 
 
// Define if compiling for Linux 
#undef LINUX 
 
// Define tu use x86 assembly code (define one of the two above if needed) 
#define __386__ 
 
// Define if you have a Big Indian CPU (not Intel) 
//#define __INDIAN_SWAP__ 
 
// Static array for 3D clipping 
#define NBR_CLIP_FACE   200 
#define NBR_CLIP_VERTEX NBR_CLIP_FACE*2