00001 /* 00002 logger.h 00003 //template// 00004 */ 00005 00006 #ifndef LOGGER_H 00007 #define LOGGER_H 00008 00009 #include "config.h" 00010 #if GAME_DEBUG > 0 00011 void __tron__( char *log_mess, char *n_file , int n_line ); 00012 void __tronstart__( char *log_mess, char *n_file , int n_line ); 00013 #endif 00014 void __error__( char *log_mess, char *n_file , int n_line ); 00015 00016 #endif //LOGGER_H