diff options
Diffstat (limited to 'src/binres/cburnett_png.hpp')
| -rw-r--r-- | src/binres/cburnett_png.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binres/cburnett_png.hpp b/src/binres/cburnett_png.hpp index 4939d0d..a4b8abe 100644 --- a/src/binres/cburnett_png.hpp +++ b/src/binres/cburnett_png.hpp @@ -1,4 +1,4 @@ -static unsigned char cburnett_png[] = { +unsigned char cburnett_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x01, 0x90, 0x00, 0x00, 0x04, 0xb0, 0x08, 0x04, 0x00, 0x00, 0x00, 0x7f, 0x22, 0xd4, 0xd6, 0x00, 0x00, 0x00, |
