// Copyright (c) 1999 Relic Entertainment Inc. // Written by Janik Joire // // $History: $ #ifndef FXFONT_H #define FXFONT_H // General constants #ifndef OK #define OK 0 #endif #ifndef ERR #define ERR -1 #endif #define FX_MARGIN 1024 #define FX_COMMENT "//" #define FX_SEPAR "\t" #define FX_NUM 8 #define FX_EXT ".bak" #define FX_TEMP "~FXFont.tmp" // Token constants #define FX_GENFONT "FONT}" #define FX_GENLABEL "_MYSTRING" #define FX_GENINFO "INFO}" #ifdef __cplusplus extern "C" { #endif // Functions #ifdef __cplusplus } // extern "C" #endif #endif