summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_points.h
blob: 1c1af1a89fe85da127ebb55320962a74113688d4 (plain)
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