summaryrefslogtreecommitdiff
path: root/src/mesa/main/arbprogram.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-07-22 03:51:46 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-07-22 03:51:46 +0000
commit05944c031cd6bea985050f0e88a19f0794f57887 (patch)
tree23b1def1e5c7fe1efe19deb67c366f811e21cdc0 /src/mesa/main/arbprogram.h
parentf7fda86c6dcb7894157bd35a0cf15d003d48b441 (diff)
Restore more code lost during last big merge.
Rename colortable-related functions.
Diffstat (limited to 'src/mesa/main/arbprogram.h')
-rw-r--r--src/mesa/main/arbprogram.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/arbprogram.h b/src/mesa/main/arbprogram.h
index bc5a6626ed..07cd3a17aa 100644
--- a/src/mesa/main/arbprogram.h
+++ b/src/mesa/main/arbprogram.h
@@ -26,6 +26,11 @@
#ifndef ARBPROGRAM_H
#define ARBPROGRAM_H
+#include "mtypes.h"
+
+extern void
+_mesa_init_program(GLcontext *ctx);
+
extern void
_mesa_EnableVertexAttribArrayARB(GLuint index);