00001 00038 #ifndef _SG_BASE_H_ 00039 #define _SG_BASE_H_ 00040 00041 #include <maloc/maloc.h> 00042 00043 /* 00044 * *************************************************************************** 00045 * Some parameters 00046 * *************************************************************************** 00047 */ 00048 00049 /* 00050 * *************************************************************************** 00051 * Inlining via macros for speed 00052 * *************************************************************************** 00053 */ 00054 00056 #if 1 00057 00058 # define VINLINE_OGL 00059 00060 # define VINLINE_VGL 00061 #endif 00062 00063 #endif /* _SG_BASE_H_ */ 00064 00065