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