st/mesa: Add forward declaration in st_cb_condrender.h.

This commit is contained in:
Vinson Lee 2010-08-04 12:24:51 -07:00
parent ed810ba724
commit 7fdf6d5c28

View file

@ -29,6 +29,8 @@
#define ST_CB_CONDRENDER_H
struct dd_function_table;
extern void st_init_cond_render_functions(struct dd_function_table *functions);