diff options
author | Brian Paul <[email protected]> | 2009-09-27 18:50:04 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-27 18:50:04 -0600 |
commit | cccdc43fa9a8c49cdbdb545de8ff91c528b1ed47 (patch) | |
tree | c96f6c6c95d18250bdc1150bc311826e923dbace /src/mesa/main/texcompress_s3tc.h | |
parent | 27e201e9c4dd66bbf8fd2bc3ac3292550b94a14a (diff) |
mesa: move StoreTexImageFunc to texstore.h
Diffstat (limited to 'src/mesa/main/texcompress_s3tc.h')
-rw-r--r-- | src/mesa/main/texcompress_s3tc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/texcompress_s3tc.h b/src/mesa/main/texcompress_s3tc.h index 866bb0e3d36..4041d244d16 100644 --- a/src/mesa/main/texcompress_s3tc.h +++ b/src/mesa/main/texcompress_s3tc.h @@ -25,6 +25,8 @@ #ifndef TEXCOMPRESS_S3TC_H #define TEXCOMPRESS_S3TC_H +#include "texstore.h" + extern GLboolean _mesa_texstore_rgb_dxt1(TEXSTORE_PARAMS); |