00001 00044 #ifndef _GAMER_BASE_H_ 00045 #define _GAMER_BASE_H_ 00046 00047 #include <maloc/maloc.h> 00048 00050 #define TRILIBRARY 00051 00052 #define REAL double 00053 00054 #define VOID void 00055 00056 #define ANSI_DECLARATORS 00057 00058 00060 #define TETLIBRARY 00061 /* #define REAL double */ /* This is common with Triangle */ 00062 00063 /* 00064 * *************************************************************************** 00065 * Biom-specific macros 00066 * *************************************************************************** 00067 */ 00068 00069 #endif /* _GAMER_BASE_H_ */ 00070 00071