new header
authorBrian <brian.paul@tungstengraphics.com>
Mon, 6 Aug 2007 19:52:04 +0000 (20:52 +0100)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 6 Aug 2007 19:52:04 +0000 (20:52 +0100)
src/mesa/state_tracker/st_cb_program.h [new file with mode: 0644]

diff --git a/src/mesa/state_tracker/st_cb_program.h b/src/mesa/state_tracker/st_cb_program.h
new file mode 100644 (file)
index 0000000..38ec4e0
--- /dev/null
@@ -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