blob: 00501e8230c211272380a1fa39030500a41228dd (
plain)
1
2
3
4
5
6
7
8
|
/* $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_span.h,v 1.1 2000/06/20 05:08:39 dawes Exp $ */
#ifndef _FFB_SPAN_H
#define _FFB_SPAN_H
extern void ffbDDInitSpanFuncs(GLcontext *ctx);
#endif /* !(_FFB_SPAN_H) */
|