draw: Predeclare struct.

This commit is contained in:
José Fonseca 2009-01-08 12:31:36 +00:00
parent a3ee0aa1bb
commit 395edbc515

View file

@ -30,7 +30,7 @@
* Vertex buffer drawing stage.
*
* \author Keith Whitwell <keith@tungstengraphics.com>
* \author José Fonseca <jrfonsec@tungstengraphics.com>
* \author Jose Fonseca <jrfonsec@tungstengraphics.com>
*/
#ifndef DRAW_VBUF_H_
@ -38,6 +38,7 @@
struct pipe_rasterizer_state;
struct draw_context;
struct vertex_info;