From 9e3cf3d38732a0c90324da74f8ea7361d3325fb3 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 2 Jun 2019 18:03:33 +0200 Subject: [PATCH] Add 64x64 embedded png icon. --- profiler/build/win32/Tracy.vcxproj | 1 + profiler/build/win32/Tracy.vcxproj.filters | 3 +++ profiler/src/icon.hpp | 18 ++++++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 profiler/src/icon.hpp diff --git a/profiler/build/win32/Tracy.vcxproj b/profiler/build/win32/Tracy.vcxproj index 469500bf..a2ec9f12 100644 --- a/profiler/build/win32/Tracy.vcxproj +++ b/profiler/build/win32/Tracy.vcxproj @@ -177,6 +177,7 @@ + diff --git a/profiler/build/win32/Tracy.vcxproj.filters b/profiler/build/win32/Tracy.vcxproj.filters index d8bdf6b0..38617da3 100644 --- a/profiler/build/win32/Tracy.vcxproj.filters +++ b/profiler/build/win32/Tracy.vcxproj.filters @@ -251,6 +251,9 @@ imgui + + src + src diff --git a/profiler/src/icon.hpp b/profiler/src/icon.hpp new file mode 100644 index 00000000..7b8372b0 --- /dev/null +++ b/profiler/src/icon.hpp @@ -0,0 +1,18 @@ +// File: 'icon.png' (484 bytes) +// Exported using binary_to_compressed_c.cpp +static const unsigned int Icon_size = 484; +static const unsigned int Icon_data[484/4] = +{ + 0x474e5089, 0x0a1a0a0d, 0x0d000000, 0x52444849, 0x40000000, 0x40000000, 0x00000308, 0x81b79d00, 0x000000ec, 0x544c50b4, 0x00000c45, 0x00000000, + 0x00000000, 0x00000000, 0x00864500, 0x47008946, 0x8a470089, 0x008b4700, 0x4b00914a, 0x944c0091, 0x00964d00, 0x4e00974d, 0x9d510099, 0x009e5100, + 0x5300a052, 0xa65500a0, 0x00a95700, 0x5b00ab58, 0xba6000b1, 0x00bc6000, 0x6400c163, 0xcb6800c3, 0x00cc6900, 0x0101d66e, 0x8e4f0d01, 0x0e110f0e, + 0x12118e4f, 0x94581914, 0x2a9b6126, 0x6b339d64, 0xa36b34a3, 0x37a46d35, 0x7039a66e, 0xa7713ca6, 0x5eb68456, 0x8b5fbc8b, 0xc69a72bc, 0x77c79a72, + 0xa27ec99e, 0xd8b191cd, 0xabdfb99d, 0xc5ade7c4, 0xeac8b0e8, 0xbdefcfb9, 0xe4d6f1d1, 0x7b7140ff, 0x00000066, 0x4e527401, 0xe6400053, 0x000066d8, + 0x4449de00, 0xc3585441, 0x0ac197ed, 0x860c20c3, 0xb1d827bb, 0x650eeace, 0x132a5294, 0xefa594aa, 0x6cbb5eff, 0x6ac21c4d, 0xfd81d1da, 0xc907c2ae, + 0xe28b51af, 0x60ad380f, 0x2c71812b, 0x13702ccc, 0x3608770b, 0x04f70c17, 0xeac08886, 0x3db462eb, 0x90817104, 0xb841f114, 0x83c01318, 0x80e7b632, + 0xe1960c76, 0x83ea46fb, 0xbc9f748a, 0xeab0fb13, 0x8097053c, 0x69ab8174, 0x164bb58a, 0xd209a978, 0xda2a0ba7, 0x414f2a82, 0x995f8f49, 0x2373002e, + 0xeb1f4818, 0xca8a6156, 0x3a05ee32, 0x02ae74a1, 0x8e48cd59, 0x629837c0, 0xe80219e3, 0x580ec630, 0xbe41ec02, 0x25918c02, 0x68c62c98, 0x1c2c8f59, + 0xba91d1ab, 0x2ddea040, 0x840af950, 0x0278217a, 0x3c7033f0, 0x582f7ff7, 0xfbdbedfd, 0x4f33bae7, 0xc7770dd8, 0xc8a9d7be, 0x00000000, 0x444e4549, + 0x826042ae, +}; +