diff options
Diffstat (limited to 'core/fxcodec/gif/cfx_gif.cpp')
-rw-r--r-- | core/fxcodec/gif/cfx_gif.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/fxcodec/gif/cfx_gif.cpp b/core/fxcodec/gif/cfx_gif.cpp index c3c5c85323..985a687906 100644 --- a/core/fxcodec/gif/cfx_gif.cpp +++ b/core/fxcodec/gif/cfx_gif.cpp @@ -6,6 +6,9 @@ #include "core/fxcodec/gif/cfx_gif.h" +const char* kGifSignature87 = "GIF87a"; +const char* kGifSignature89 = "GIF89a"; + static_assert(sizeof(CFX_CFX_GifImageInfo) == 9, "CFX_CFX_GifImageInfo should have a size of 9"); static_assert(sizeof(CFX_GifPalette) == 3, |