]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/studio/bitmaps/helpcs.xpm
Added extern "C" around winsock and moved it before "wx/msw/private.h"
[wxWidgets.git] / contrib / samples / ogl / studio / bitmaps / helpcs.xpm
CommitLineData
1fc25a89
JS
1/* XPM */
2static char *helpcs_xpm[] = {
3/* width height num_colors chars_per_pixel */
4" 16 15 2 1",
5/* colors */
6". c #000000",
7"# c #c0c0c0",
8/* pixels */
9"################",
10".########.....##",
11"..######..###..#",
12"...####..####...",
13"....###..####...",
14".....###..###..#",
15"......######..##",
16".......####..###",
17"........##..####",
18".....#####..####",
19"..#..###########",
20".###..####...###",
21"####..####...###",
22"#####..#########",
23"#####..#########"
24};