cave-story-solaris/external/fltk/test/pixmaps/yellow_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 * yellow_bomb_xpm[] = {
"32 32 32 1",
" c #000100",
". c #393900",
"+ c #2A4602",
"@ c #434101",
"# c #474900",
"$ c #435B00",
"% c #515116",
"& c #5B5C20",
"* c #676800",
"= c #666635",
"- c #7C7B50",
"; c #848323",
"> c #838442",
", c #8E9200",
"' c #8A8A5F",
") c #A6A600",
"! c #9A9B6D",
"~ c #B2B102",
"{ c #AFB132",
"] c #BAB900",
"^ c #C1C300",
"/ c #C6C42C",
"( c #CFD000",
"_ c #C7C84F",
": c #CBCA40",
"< c #CCCC67",
"[ c #D7D984",
"} c #E0E167",
"| c #E0E07A",
"1 c #E6E6A0",
"2 c #EEEE88",
"3 c #EDED97",
" $,)]]]~]]]]^]]~]]^^),$ ",
" +,(/}2111111111111113</~,+ ",
" $((}33333113133311111111[]^$ ",
" +^(233223233333233111111111/(+ ",
" ,^2222222222332222233[[1[[1[() ",
"$^}2|2}22}22|||22222}22[[[[[[}^$",
",^}}}|}}}}}[!!'!!!![<|}|<[[[[[^,",
"):_}}}}}}}!''''''!''!!<|<<<<<<_)",
"^:}:}}:}<'''-''''''''!'<}_}<<<_]",
"]_:}/:}{-=--------'>'>--_}_____]",
"~::/:/_>=-=--=--=--=---->____<<)",
"~:///:;=============>===={:{{{{)",
"]^///:>%=.=.========&====>{:{{{,",
"^^^]~{.=.==.=%%%&&&&&=&&&%/~{{{~",
"]^^/))....=.%%=%%%%&%%%%%%/~~~~~",
"^^^^/{.=...%@@@@%#%@%@%%%%]/~/~~",
"^((^]~...%%@@@@.@@@@@@.@@@]]]~]]",
"]^((]/..@@@%..@@@@@@@.@.@@]~~]~~",
"~]]^]]@%@#@@...@@@@@@.@@@@^]~))~",
")~]]^^;@##@#@........@@@#;^^]~))",
"~~]]^()#@##@@......@..@@@)((^]~)",
"~]^^(((*####@..........@*(((^~~]",
"]]^^(((^##@@@..........@)^^(^]]]",
"/]]((((()##@..........@)(((((^]]",
")]~]((^^])*@@@@.....@*,]]^^((((~",
",]]]]]]~~~~,*@@#@@@*,]]]^^((((^,",
"$~~]/]~)))~]]]]]^^(((^]]^(((((($",
" ,]~]~~),))~~~~]]^((^^]]((((((, ",
" +]]^^^])))))))~^^(((]]^((((((+ ",
" $^^^]~)))))))]^(((^^](((((($ ",
" +,(^]~)~))))~]^^^^^/^((({+ ",
" $,,~]~)),)~^^(^(^^^/,$ "};