diff options
author | Brian Paul <[email protected]> | 2008-06-11 19:58:30 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-11 20:17:08 -0600 |
commit | 7ecac78ab53016ae3db3dd601b187cb050037463 (patch) | |
tree | acec72a43c3ae28344c025af8b1424ef7434dc91 /src/mesa/main/api_exec.c | |
parent | 27049189d6221fefe43eb55846efaa51742dcdf4 (diff) |
mesa: refactor: move glTexEnv-related functions into new texenv.c file
Diffstat (limited to 'src/mesa/main/api_exec.c')
-rw-r--r-- | src/mesa/main/api_exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c index e27c6073077..10b3f9276f8 100644 --- a/src/mesa/main/api_exec.c +++ b/src/mesa/main/api_exec.c @@ -106,6 +106,7 @@ #include "scissor.h" #include "state.h" #include "stencil.h" +#include "texenv.h" #include "teximage.h" #if FEATURE_texgen #include "texgen.h" |