00001 /** 00002 * \file gre.h <mi32/gre.h> 00003 * \brief Definitions for Geospatial Rendering Engine (GRE) 00004 * 00005 * For now this file merely includes mdisp.h, but it will eventually replace it. 00006 * 00007 * \if NODOC 00008 * $Id: gre.h_v 1.3 2003/09/15 13:49:56 fileserver!dwilliss Exp $ 00009 * 00010 * $Log: gre.h_v $ 00011 * Revision 1.3 2003/09/15 13:49:56 fileserver!dwilliss 00012 * Doxygen 00013 * 00014 * Revision 1.2 2001/12/19 17:31:01 mju 00015 * Update inclusion guard name. 00016 * 00017 * Revision 1.1 2000/05/17 16:24:09 mju 00018 * Initial revision 00019 * \endif 00020 **/ 00021 00022 #ifndef INC_MI32_GRE_H 00023 #define INC_MI32_GRE_H 00024 #define INC_MI32_GRE_H 00025 00026 #ifndef INC_MI32_MDISP_H 00027 #include <mi32/mdisp.h> 00028 #endif 00029 00030 #endif //!< INC_MI32_GRE_H
1.3.4-20031026