diff options
author | Brian Paul <brianp@vmware.com> | 2009-09-27 18:50:04 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-09-27 18:50:04 -0600 |
commit | cccdc43fa9a8c49cdbdb545de8ff91c528b1ed47 (patch) | |
tree | c96f6c6c95d18250bdc1150bc311826e923dbace /src/mesa/main/texcompress_fxt1.h | |
parent | 27e201e9c4dd66bbf8fd2bc3ac3292550b94a14a (diff) |
mesa: move StoreTexImageFunc to texstore.h
Diffstat (limited to 'src/mesa/main/texcompress_fxt1.h')
-rw-r--r-- | src/mesa/main/texcompress_fxt1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/texcompress_fxt1.h b/src/mesa/main/texcompress_fxt1.h index a9ddce9a8c..b74f955fcd 100644 --- a/src/mesa/main/texcompress_fxt1.h +++ b/src/mesa/main/texcompress_fxt1.h @@ -25,6 +25,8 @@ #ifndef TEXCOMPRESS_FXT1_H #define TEXCOMPRESS_FXT1_H +#include "texstore.h" + extern GLboolean _mesa_texstore_rgb_fxt1(TEXSTORE_PARAMS); |