summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_lines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_lines.h')
-rw-r--r--src/mesa/swrast/s_lines.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_lines.h b/src/mesa/swrast/s_lines.h
new file mode 100644
index 0000000000..efbb59d2d6
--- /dev/null
+++ b/src/mesa/swrast/s_lines.h
@@ -0,0 +1,10 @@
+#ifndef S_LINES_H
+#define S_LINES_H
+
+#include "types.h"
+
+void
+_swrast_choose_line( GLcontext *ctx );
+
+
+#endif