cave-story-solaris/external/fltk/test/pixmaps/cyan_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 * cyan_bomb_xpm[] = {
"32 32 32 1",
" c #000100",
". c #003A3A",
"+ c #133244",
"@ c #004241",
"# c #0A4551",
"$ c #084948",
"% c #1B5353",
"& c #006C6D",
"* c #286261",
"= c #396767",
"- c #0F8080",
"; c #019795",
"> c #507B7C",
", c #00A7A9",
"' c #5D8989",
") c #00B7B7",
"! c #00C1C1",
"~ c #2FB2B3",
"{ c #6D9A9A",
"] c #00CAC9",
"^ c #4AB4B3",
"/ c #05D4D2",
"( c #36C8C9",
"_ c #53C4C3",
": c #46D3D4",
"< c #61D3D3",
"[ c #75CECE",
"} c #6FE2E1",
"| c #82DFDE",
"1 c #94E0E1",
"2 c #89EFED",
"3 c #A2ECEC",
" #-,!))~))!)!!)~)!!!,-# ",
" +;]:}2333333333333331<();+ ",
" #!/}23333333333333333333[!!# ",
" +!/322222221332223311111111:!+ ",
" ;:2222222222|23222233111111|/; ",
"#!:}|}222222|||}22222}|1[1[[1}]#",
"-:<}}}}}}}}[^{{{{{{[[2}|[[[[[|!-",
",:}:}:}}}<{'''''''{'{{[<<|[[[<_,",
"!:<<:}::_'>'>>'>'''''''[<<<[_<:!",
")(:::::^>>>>>>>>>>>''''>_::____~",
",((:::(>===>=>=>>>=>>>>>'(:___^,",
"~(((](;===#========&&=*=*^(_^^~;",
")](()_&%%==%=%===*===*==*-~)^~~,",
"!!!)~,=#.%%#%%%%*%******%=())~~,",
")]()~,.%%%%%%%%%%%%%%%%%%%()))~)",
"(!]!)^.....$%$$$$$$$$$$$$$)))))~",
"!]:])~...%$$.@#@@@@@.@.$@@))))))",
")]]]!(.$$.@@..@.@@@@@@..@$)))))~",
"~!)!)!.$$%$.@....@#@.@@@#@()),,,",
",)!~!(&@@@@$...........@$&]!)),,",
")))!]]~$$$@$.........@@@$,:]!),,",
"~)!!///&$$$@@...........&]]]!)))",
"))!!://!%$$@...........@,]/]])))",
"!))!///],@#$..........@;]]]]]!]!",
",)!)!!!!!,&.@#@......*,)!]]]/]!,",
"-)~!!!)),));&@@@$.@&;!)))!/////-",
"#)~))),,;,,)))!)!!:]]!!!!]/////#",
" ;))))),;,,)~~,)!!]/]!)!]/////; ",
" +)!!!!),,,,,,,)!]]/!()!/////!+ ",
" #)]!)),,,,,,,)!!/!]!)!////]# ",
" +;]!),,,,,;,)!]]!!!!!]//,+ ",
" #-,))));,,,!!]!]!!!)-# "};