Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
59 pj 1
#ifndef TR_WRAPPER_H
2
#define TR_WRAPPER_H
3
 
4
#include "glapitable.h"
5
 
6
void trInitDispatch( struct _glapi_table* dispatch );
7
 
8
#endif