diff options
Diffstat (limited to 'linden/indra/llimagej2coj/llimagej2cquartz.h')
-rw-r--r-- | linden/indra/llimagej2coj/llimagej2cquartz.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/llimagej2coj/llimagej2cquartz.h b/linden/indra/llimagej2coj/llimagej2cquartz.h new file mode 100644 index 0000000..ba11bfd --- /dev/null +++ b/linden/indra/llimagej2coj/llimagej2cquartz.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #include "llimagej2c.h" | ||
2 | |||
3 | #ifdef __OBJC__ | ||
4 | #ifdef BOOL | ||
5 | #undef BOOL | ||
6 | #endif | ||
7 | #endif // __OBJC__ | ||
8 | |||
9 | BOOL decodeJ2CQuartz(LLImageJ2C &base, LLImageRaw &raw_image, F32 decode_time, S32 first_channel, S32 max_channel_count); \ No newline at end of file | ||