cave-story-solaris/external/fltk/test/pixmaps/gray_bomb.xpm
Clownacy ac465d29b4 Mean CMake dependency overhaul
I'm taking a page from Dolphin's book, and including copies of each
dependency's source code. This combines the ease of use of including
pre-built libraries instead of needing to navigate a package manager
 - as is (or was) the case for MSVC - with the portability of using
packages. Granted, this method's more of a jack of all trades,
master of none, since it's *less* user-friendly than prebuilt
packages (compilation times), and you don't get the per-distro
compatibility fixes you'd get from a package manager.

You can still use system libs if you want. In fact, it's still the
default behaviour: compiling the libs manually is just a fallback.
I'll add an option to force-enable this soon, however, since it's a
nicer way to produce static MSYS2 builds than the hackish nightmare
that I was using before. Not to mention, having my own copy of the
sources means I can provide my own fixes and tweaks your package
manager may not. For example, I can combine MSYS2's FreeType
subpixel rendering with vcpkg's fix for SDL2 exporting its symbols
in static builds.
2019-04-26 01:52:02 +01:00

67 lines
1.7 KiB
C

/* XPM */
static const char * gray_bomb_xpm[] = {
"32 32 32 1",
" c #000100",
". c #2C2E2B",
"+ c #313330",
"@ c #2E393E",
"# c #363835",
"$ c #3B3A3D",
"% c #3B3D3B",
"& c #3B464A",
"* c #454644",
"= c #48464A",
"- c #50514F",
"; c #585A57",
"> c #616260",
", c #686967",
"' c #70716E",
") c #787A78",
"! c #818380",
"~ c #868885",
"{ c #8B8D8A",
"] c #8F908D",
"^ c #939491",
"/ c #969895",
"( c #9B9D9A",
"_ c #A1A3A0",
": c #A8AAA7",
"< c #B0B3B0",
"[ c #B9BBB8",
"} c #C1C2C0",
"| c #C9CBC8",
"1 c #D2D3D1",
"2 c #D9DBD8",
"3 c #DFE1DE",
" &,!/^]]]^////]]]/((!,& ",
" @)_<12322232333322221}:^'@ ",
" &(<133333313233332222221}_/& ",
" @/}221233322113333221111111<_@ ",
" )_1112223321212223212111}1}1<) ",
"&^}1111111111}1111221111}}}}1}_&",
",:}}}111111<:]~]^^^<}11}}}}}}}:,",
"]<}}}}}}}}]~))~)~~]~]^}}}}}<<}<~",
"/}<}}}}}_)))))))))~)~)~<}}}<<<<^",
"]<<<<}<_,',,'''))))))))):<}<<<<]",
"]<<<<<<,>>>,,,>>>,,),,,,)<<<_::~",
"]_::<_~>->->->>>>>>>,,,,>^__:^/)",
"^___((,====-=-->=>>=>=>>=)_(^(^!",
"^:_(^^=-=-=-=-==-==>-----=__/^^]",
"^_((^~$$*%=*==-=--======-=_(^(^]",
"^__(]].+$$$%%*$$$$$*$@*%%=((^^^]",
"/_:_^]@.+$$$+$++$$+$$$$$+$^^^^]]",
"^___^^..$##++..$++$+....$$^]^]]]",
"]^^(^($+$$$$.....++$.$.@$.(^]]~~",
"~]^^//>+$++.$@.@.@......$>_(]]!~",
"]]^(__~@$$$$......$.$@$+$)<_^]~~",
"]^((_<<;##$.$..........$=__:(^]]",
"^^((:<<^&#$$...........$~____^^]",
"^^^((___!$+.$.@.....@.$)(___(((^",
"~^^^__(^^~=$..$.@....=)^/_:::_:~",
">^^^/^^]]]])=@.$..$=)^^^^(_<:<:,",
"&]]^^]]))~~^^]]]^/__:(^^(__::::&",
" )^]^^]]))~~]]]^^(_:_^(^_:<:::) ",
" @^^(^^]~~])~)~]((___^/(:<_<_(@ ",
" &^__(]])~]~)~^^_:__(^(_:<:_& ",
" @)((]]]~~)~)^(__(((((_:<)@ ",
" &,)]]]]])!]^(__(_((~>& "};