/* * inc/gks.h * Include file with high level declarations for GKS * Microsoft C 5.0 - Turbo C 2.0 - VAX C 3.0 * Grupo de Tecnologia em Computacao Grafica - PUC/RIO * 23 Ago 91 */ #ifndef _GKS_TYPE_ #if defined(Gks_type) || defined(__VAXC__) #include Gks_type #else #include #endif #endif #ifndef _GKS_DEFS_ #if defined(Gks_defs) || defined(__VAXC__) #include Gks_defs #else #include #endif #endif #ifndef _GKS_FUNC_ #if defined(Gks_func) || defined(__VAXC__) #include Gks_func #else #include #endif #endif