quake2forge/debian/quake2.xpm
Jamie Wilkinson 51886d0095 - Updated the debian/ directory from the downstream package
just uploaded.
- Added .gitignore to the debian dir for the junk that gets
  created during build.
2002-09-19 04:05:08 +00:00

37 lines
1.2 KiB
C

/* XPM */
static char * quake2_xpm[] = {
"32 32 2 1",
" c None",
". c #000000",
" ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" ... ... ",
" ... ........ ... ",
" ... ...... ... ",
" .... .. .. .... ",
" .... .. .. .... ",
" ........ ........ ",
" ................ ",
" .............. ",
" .......... ",
" ...... ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. "};