/* Supreme GEOS header file includes all other headers Maciej 'YTM/Alliance' Witkowiak, 27.10.1999 */ #ifndef _GEOS_H #define _GEOS_H /* Check for errors */ #if !defined(__GEOS__) # error This module may only be used when compiling for GEOS! #endif #ifndef _GCONST_H #include #endif #ifndef _GSTRUCT_H #include #endif #ifndef _GSYM_H #include #endif #ifndef _GDISK_H #include #endif #ifndef _GFILE_H #include #endif #ifndef _GPROCESS_H #include #endif #ifndef _GGRAPH_H #include #endif #ifndef _GMENU_H #include #endif #ifndef _GSPRITE_H #include #endif #ifndef _GMEMORY_H #include #endif #ifndef _GSYS_H #include #endif #ifndef _GDLGBOX_H #include #endif /* End of geos.h */ #endif