reman3/Rayman_X/cpa/Appli/BinaryTool/inc/Print.h

26 lines
751 B
C

// **********************************************************************************
// * "Print.h" *
// * Written by : Mihaela Tancu *
// **********************************************************************************
#ifndef PRINT_H
#define PRINT_H
extern char szDestBinDir[256];
extern char sInitialDir[256];
extern char szSource[256];
extern char sSource[256];
extern char sMes[50];
extern char sOK[50];
extern char sCancel[50];
#define C_ComRes_cOkLine 1
#define C_ComRes_cErrorLine 0
#define C_ComRes_cWarningLine 2
void fn_vAfxOutputStringRes( char* _szString, char _Line);
void fn_vAfxOutputStringCom( char* _szString, char _Line);
extern void MLT_vOutput( char cLineType, char *szFormat, ... );
#endif