cave-story-solaris/external/fltk/test/pixmaps/blue_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 * blue_bomb_xpm[] = {
"32 32 32 1",
" c #000100",
". c #010047",
"+ c #00033E",
"@ c #010345",
"# c #010577",
"$ c #0000A4",
"% c #0001B7",
"& c #0000C3",
"* c #0000D0",
"= c #13252E",
"- c #1A2147",
"; c #1E1E57",
"> c #2023BC",
", c #2526CD",
"' c #343364",
") c #363699",
"! c #3237C5",
"~ c #373BB4",
"{ c #474875",
"] c #4E4FD4",
"^ c #5252C6",
"/ c #5B5A85",
"( c #6D6D94",
"_ c #6666CE",
": c #6465DE",
"< c #6E6CAC",
"[ c #7B7CDA",
"} c #7C7DEB",
"| c #8D8DDF",
"1 c #8F90EF",
"2 c #9D9EED",
"3 c #A6A6E8",
" -#$&%%%%%&&&&%%%&&&$#- ",
" =$*,:133333333333333|}>%$= ",
" -&,}22122222322233333333[>%- ",
" =&,}111111|2|21111|22322332,&= ",
" $,[1}1}1}}1}1111111[1|||<|||&$ ",
"-%]}}}}}}}}}[[[}}}}}}[[[||||1:&-",
"#,:_}:::}::[<((((((<[}}[[[[<[[,#",
"%!:::::::_<(((((((((/<_:___[__]$",
"&]]]]]]]://///(////////_^::___]%",
"%]]]]]]^{{{/{{/{/{</{/{/^^^^^_^%",
"$!!!!!]'{{{={{{{{{'{{{{{']]~^^^$",
"%,!,!>)''-{''''''''''''{')]~~~~$",
"%,>,!>)-'-'-''''''';''''')!!~~~$",
"&,,$>>--;;-;;;;;;;;;);;;;->>>#!$",
"&&&,$$;+;+;+;@;;.;;;;;;;;;%>,>>%",
"%&&&$$++@+..@...;..@.@;@.;%,$%$%",
"&&*&&%+++..@@@@@@@@@+@++@+%%%%%%",
"&&&&%%+@+.@@+++@++@@@++++@&%%%$%",
"%&&&&&+....+++++@+@+@+@@@@&%%%$$",
"$%%&%&#.@..@+++++++++++@@#&&%$$$",
"$%%%&*$....@+++++++++++@.$*&&%%$",
"%%&&***#...@+++-++++++++#***&%%%",
"&%&&***&...@+++++++++++@$&**&%%%",
"&%%&****$.@@+++++++++++$&&*&&&&&",
"$%%&&&&%&$#+@@+++++++#$%&&****&$",
"#%%%%&%%$%$$#@.@@@+#$%%%%&*****#",
"-%%%%%%$$$$%%%&%%&&&&%%&&&*****-",
" $%%%&$$$$$$%$$%&&**&&%&******$ ",
" =%%&&&$$$$$$$$%&&***%%&*****&= ",
" -&&&&%$$$$$$$%%***&&&&****&- ",
" =$&%%%$%$$$$%&&&&&&&&***$= ",
" -#$%%%%$$$%%&&&&&&&%#- "};