diff options
Diffstat (limited to 'src/binres/hide_png.hpp')
| -rw-r--r-- | src/binres/hide_png.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binres/hide_png.hpp b/src/binres/hide_png.hpp index e43104d..6b45088 100644 --- a/src/binres/hide_png.hpp +++ b/src/binres/hide_png.hpp @@ -1,4 +1,4 @@ -static unsigned char hide_png[] = { +unsigned char hide_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x32, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1e, 0x3f, 0x88, 0xb1, 0x00, 0x00, 0x01, |
