1 2 3 4 5 6 7 8 9 10
#ifndef S_LINES_H #define S_LINES_H #include "types.h" void _swrast_choose_line( GLcontext *ctx ); #endif