#ifndef _T_DEBUG_H #define _T_DEBUG_H #include "mtypes.h" #include "t_context.h" void _tnl_print_cassette( struct immediate *IM ); void _tnl_print_vert_flags( const char *name, GLuint flags ); #endif