/* ###### BEGIN : DEPENDANCIES CHECKING ######################################################### Checking dependancies : - Add this at the begining (before everything else) of all .h Public header files. - Customize these line by replacing CPA_ with the module TAG - Add '#undef CPA_PUBLIC_HEADER' at the last line of this file - Add 'CPA_SRC_TAG_NAME=CPA_' as compiler definition in your Makefile (or Visual C Project). Begining of Top File Dependancies checking instructions : */ #ifdef CPA_PUBLIC_HEADER_TAG_NAME #undef CPA_PUBLIC_HEADER_TAG_NAME #endif /* CPA_PUBLIC_HEADER_TAG_NAME */ #define CPA_PUBLIC_HEADER_TAG_NAME CPA_GEO #include "cpa_dep.h" #define CPA_PUBLIC_HEADER CPA_GEO /* End Of Top File Dependancies checking instructions. ############################################################################################### */ #ifndef GEO_H #define GEO_H #include "Geo/color.h" #include "Geo/fmd.h" #include "Geo/GeoSprit.h" #include "Geo/Element.h" #include "Geo/GeoBdVol.h" #include "Geo/GeoMem.h" #include "Geo/GeoObj.h" #include "Geo/culling.h" #if !defined(U64) /*#include "Geo/LoadBin.h"*/ #endif /* U64 */ #endif /* GEO_H */ /* ############################################################################################## This must be at the End of this file. Begining Of Bottom File Dependancies checking instructions : */ #undef CPA_PUBLIC_HEADER /* End Of Bottom File Dependancies checking instructions. ############################################################################################## */