From: Brian Date: Mon, 6 Aug 2007 19:52:04 +0000 (+0100) Subject: new header X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ebf91d15eeb6f19d19580f6319477aaad4df3fd;p=mesa.git new header --- diff --git a/src/mesa/state_tracker/st_cb_program.h b/src/mesa/state_tracker/st_cb_program.h new file mode 100644 index 00000000000..38ec4e0a593 --- /dev/null +++ b/src/mesa/state_tracker/st_cb_program.h @@ -0,0 +1,10 @@ + +#ifndef ST_CB_PROGRAM_H +#define ST_CB_PROGRAM_H + + +extern void +st_init_program_functions(struct dd_function_table *functions); + + +#endif