diff options
Diffstat (limited to 'src/binres/chesscom_8bits_png.hpp')
| -rw-r--r-- | src/binres/chesscom_8bits_png.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binres/chesscom_8bits_png.hpp b/src/binres/chesscom_8bits_png.hpp index 683a27f..e10633c 100644 --- a/src/binres/chesscom_8bits_png.hpp +++ b/src/binres/chesscom_8bits_png.hpp @@ -1,4 +1,4 @@ -static unsigned char chesscom_8bits_png[] = { +unsigned char chesscom_8bits_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x01, 0x90, 0x00, 0x00, 0x00, 0xc8, 0x02, 0x03, 0x00, 0x00, 0x00, 0xbb, 0x7b, 0x5f, 0x71, 0x00, 0x00, 0x03, |
