diff options
author | Brian Paul <[email protected]> | 2003-07-22 03:51:46 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-07-22 03:51:46 +0000 |
commit | 05944c031cd6bea985050f0e88a19f0794f57887 (patch) | |
tree | 23b1def1e5c7fe1efe19deb67c366f811e21cdc0 /src/mesa/main/occlude.h | |
parent | f7fda86c6dcb7894157bd35a0cf15d003d48b441 (diff) |
Restore more code lost during last big merge.
Rename colortable-related functions.
Diffstat (limited to 'src/mesa/main/occlude.h')
-rw-r--r-- | src/mesa/main/occlude.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/occlude.h b/src/mesa/main/occlude.h index cc3786772bc..e837dd72eb4 100644 --- a/src/mesa/main/occlude.h +++ b/src/mesa/main/occlude.h @@ -28,6 +28,9 @@ extern void +_mesa_init_occlude(GLcontext *ctx); + +extern void _mesa_GenQueriesARB(GLsizei n, GLuint *ids); extern void |