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