draw: pre-declare referenced structs

This commit is contained in:
Keith Whitwell 2008-03-24 10:53:26 +00:00
parent f4588c1752
commit e0a9ce10f4

View file

@ -37,6 +37,8 @@
typedef unsigned (*pt_elt_func)( const void *elts, unsigned idx );
struct draw_pt_middle_end;
struct draw_context;
/* The "front end" - prepare sets of fetch, draw elements for the
* middle end.