00001 #if defined( __GXVALID_H__ ) 00002 #pragma warn -aus /* too many unevaluated variables in gxvalid */ 00003 #endif 00004 00005 #ifndef ATARI_H 00006 #define ATARI_H 00007 00008 #pragma warn -stu 00009 00010 /* PureC doesn't like 32bit enumerations */ 00011 00012 #ifndef FT_IMAGE_TAG 00013 #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) value 00014 #endif /* FT_IMAGE_TAG */ 00015 00016 #ifndef FT_ENC_TAG 00017 #define FT_ENC_TAG( value, a, b, c, d ) value 00018 #endif /* FT_ENC_TAG */ 00019 00020 #endif /* ATARI_H */