/* Format.h */ #ifndef __FORMAT__ #define __FORMAT__ #include "SubApp.h" #include "RunScript.h" // in Format.c extern RGBColor palet[10][16]; void DrawSubLine( SubLinePtr line, Boolean drawIt ); void FormatInit( void ); void FormatFinal( void ); void ResetFormatCompile( void ); // resets script format stuff at start of compile #endif /* __FORMAT__ */