Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
59 pj 1
#ifndef TR_ERROR_H
2
#define TR_ERROR_H
3
 
4
extern void trError( void );
5
 
6
#endif
7