home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume15 / xdemineur / part03 < prev    next >
Text File  |  1993-01-27  |  19KB  |  412 lines

  1. Path: uunet!news.tek.com!master!saab!billr
  2. From: billr@saab.CNA.TEK.COM (Bill Randle)
  3. Newsgroups: comp.sources.games
  4. Subject: v15i054:  xdemineur - another minesweeper game, Part03/03
  5. Message-ID: <4229@master.CNA.TEK.COM>
  6. Date: 18 Jan 93 20:40:29 GMT
  7. Sender: news@master.CNA.TEK.COM
  8. Lines: 400
  9. Approved: billr@saab.CNA.TEK.COM
  10. Xref: uunet comp.sources.games:1553
  11.  
  12. Submitted-by: baudoin@bertrand.ensta.fr (Marc Baudoin)
  13. Posting-number: Volume 15, Issue 54
  14. Archive-name: xdemineur/Part03
  15. Environment: X11, Xlib
  16.  
  17.  
  18. #! /bin/sh
  19. # This is a shell archive.  Remove anything before this line, then unpack
  20. # it by saving it into a file and typing "sh file".  To overwrite existing
  21. # files, type "sh file -c".  You can also feed this as standard input via
  22. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  23. # will see the following message at the end:
  24. #        "End of archive 3 (of 3)."
  25. # Contents:  bitmaps/case.bm bitmaps/croix.bm bitmaps/drapeau.bm
  26. #   bitmaps/interro.bm bitmaps/manquee.bm bitmaps/mine.bm
  27. #   bitmaps/num_case_0.bm bitmaps/num_case_1.bm bitmaps/num_case_2.bm
  28. #   bitmaps/num_case_3.bm bitmaps/num_case_4.bm bitmaps/num_case_5.bm
  29. #   bitmaps/num_case_6.bm bitmaps/num_case_7.bm bitmaps/num_case_8.bm
  30. #   bitmaps/pied.bm bitmaps/reflet.bm bitmaps/relief_blanc.bm
  31. #   bitmaps/relief_gris.bm
  32. # Wrapped by billr@saab on Mon Jan 18 12:34:58 1993
  33. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  34. if test -f 'bitmaps/case.bm' -a "${1}" != "-c" ; then 
  35.   echo shar: Will not clobber existing file \"'bitmaps/case.bm'\"
  36. else
  37. echo shar: Extracting \"'bitmaps/case.bm'\" \(449 characters\)
  38. sed "s/^X//" >'bitmaps/case.bm' <<'END_OF_FILE'
  39. X#define case_width 20
  40. X#define case_height 20
  41. Xstatic char case_bits[] = {
  42. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0x01,
  43. X   0xf8, 0xff, 0x01, 0xf8, 0xff, 0x01, 0xf8, 0xff, 0x01, 0xf8, 0xff, 0x01,
  44. X   0xf8, 0xff, 0x01, 0xf8, 0xff, 0x01, 0xf8, 0xff, 0x01, 0xf8, 0xff, 0x01,
  45. X   0xf8, 0xff, 0x01, 0xf8, 0xff, 0x01, 0xf8, 0xff, 0x01, 0xf8, 0xff, 0x01,
  46. X   0xf8, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  47. END_OF_FILE
  48. if test 449 -ne `wc -c <'bitmaps/case.bm'`; then
  49.     echo shar: \"'bitmaps/case.bm'\" unpacked with wrong size!
  50. fi
  51. # end of 'bitmaps/case.bm'
  52. fi
  53. if test -f 'bitmaps/croix.bm' -a "${1}" != "-c" ; then 
  54.   echo shar: Will not clobber existing file \"'bitmaps/croix.bm'\"
  55. else
  56. echo shar: Extracting \"'bitmaps/croix.bm'\" \(452 characters\)
  57. sed "s/^X//" >'bitmaps/croix.bm' <<'END_OF_FILE'
  58. X#define croix_width 20
  59. X#define croix_height 20
  60. Xstatic char croix_bits[] = {
  61. X   0x00, 0x00, 0x00, 0x06, 0x00, 0x06, 0x0e, 0x00, 0x07, 0x1c, 0x80, 0x03,
  62. X   0x38, 0xc0, 0x01, 0x70, 0xe0, 0x00, 0xe0, 0x70, 0x00, 0xc0, 0x39, 0x00,
  63. X   0x80, 0x1f, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x0f, 0x00, 0x80, 0x1f, 0x00,
  64. X   0xc0, 0x39, 0x00, 0xe0, 0x70, 0x00, 0x70, 0xe0, 0x00, 0x38, 0xc0, 0x01,
  65. X   0x1c, 0x80, 0x03, 0x0e, 0x00, 0x07, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00};
  66. END_OF_FILE
  67. if test 452 -ne `wc -c <'bitmaps/croix.bm'`; then
  68.     echo shar: \"'bitmaps/croix.bm'\" unpacked with wrong size!
  69. fi
  70. # end of 'bitmaps/croix.bm'
  71. fi
  72. if test -f 'bitmaps/drapeau.bm' -a "${1}" != "-c" ; then 
  73.   echo shar: Will not clobber existing file \"'bitmaps/drapeau.bm'\"
  74. else
  75. echo shar: Extracting \"'bitmaps/drapeau.bm'\" \(458 characters\)
  76. sed "s/^X//" >'bitmaps/drapeau.bm' <<'END_OF_FILE'
  77. X#define drapeau_width 20
  78. X#define drapeau_height 20
  79. Xstatic char drapeau_bits[] = {
  80. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  81. X   0x00, 0x06, 0x00, 0x80, 0x07, 0x00, 0xe0, 0x07, 0x00, 0xf0, 0x07, 0x00,
  82. X   0xe0, 0x07, 0x00, 0x80, 0x07, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00,
  83. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  84. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  85. END_OF_FILE
  86. if test 458 -ne `wc -c <'bitmaps/drapeau.bm'`; then
  87.     echo shar: \"'bitmaps/drapeau.bm'\" unpacked with wrong size!
  88. fi
  89. # end of 'bitmaps/drapeau.bm'
  90. fi
  91. if test -f 'bitmaps/interro.bm' -a "${1}" != "-c" ; then 
  92.   echo shar: Will not clobber existing file \"'bitmaps/interro.bm'\"
  93. else
  94. echo shar: Extracting \"'bitmaps/interro.bm'\" \(458 characters\)
  95. sed "s/^X//" >'bitmaps/interro.bm' <<'END_OF_FILE'
  96. X#define interro_width 20
  97. X#define interro_height 20
  98. Xstatic char interro_bits[] = {
  99. X   0x00, 0x00, 0xf0, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xf0, 0xf8, 0xff, 0xf1,
  100. X   0x78, 0xe0, 0xf1, 0x38, 0xc0, 0xf1, 0x18, 0x8f, 0xf1, 0x18, 0x8f, 0xf1,
  101. X   0xf8, 0xc7, 0xf1, 0xf8, 0xe3, 0xf1, 0xf8, 0xe3, 0xf1, 0xf8, 0xf1, 0xf1,
  102. X   0xf8, 0xff, 0xf1, 0xf8, 0xf1, 0xf1, 0xf8, 0xf1, 0xf1, 0xf8, 0xf1, 0xf1,
  103. X   0xf8, 0xff, 0xf1, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xf0};
  104. END_OF_FILE
  105. if test 458 -ne `wc -c <'bitmaps/interro.bm'`; then
  106.     echo shar: \"'bitmaps/interro.bm'\" unpacked with wrong size!
  107. fi
  108. # end of 'bitmaps/interro.bm'
  109. fi
  110. if test -f 'bitmaps/manquee.bm' -a "${1}" != "-c" ; then 
  111.   echo shar: Will not clobber existing file \"'bitmaps/manquee.bm'\"
  112. else
  113. echo shar: Extracting \"'bitmaps/manquee.bm'\" \(458 characters\)
  114. sed "s/^X//" >'bitmaps/manquee.bm' <<'END_OF_FILE'
  115. X#define manquee_width 20
  116. X#define manquee_height 20
  117. Xstatic char manquee_bits[] = {
  118. X   0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xf0, 0xff,
  119. X   0x3f, 0xc0, 0xff, 0x7f, 0xe0, 0xff, 0xef, 0x70, 0xff, 0xcf, 0x39, 0xff,
  120. X   0x87, 0x1f, 0xfe, 0x01, 0x0f, 0xf8, 0x01, 0x0f, 0xf8, 0x87, 0x1f, 0xfe,
  121. X   0xcf, 0x39, 0xff, 0xef, 0x70, 0xff, 0x7f, 0xe0, 0xff, 0x3f, 0xc0, 0xff,
  122. X   0xff, 0xf0, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff};
  123. END_OF_FILE
  124. if test 458 -ne `wc -c <'bitmaps/manquee.bm'`; then
  125.     echo shar: \"'bitmaps/manquee.bm'\" unpacked with wrong size!
  126. fi
  127. # end of 'bitmaps/manquee.bm'
  128. fi
  129. if test -f 'bitmaps/mine.bm' -a "${1}" != "-c" ; then 
  130.   echo shar: Will not clobber existing file \"'bitmaps/mine.bm'\"
  131. else
  132. echo shar: Extracting \"'bitmaps/mine.bm'\" \(449 characters\)
  133. sed "s/^X//" >'bitmaps/mine.bm' <<'END_OF_FILE'
  134. X#define mine_width 20
  135. X#define mine_height 20
  136. Xstatic char mine_bits[] = {
  137. X   0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xf9, 0xff, 0xf7, 0xf0, 0xfe,
  138. X   0x2f, 0x40, 0xff, 0x1f, 0x80, 0xff, 0x0f, 0x00, 0xff, 0x0f, 0x00, 0xff,
  139. X   0x07, 0x00, 0xfe, 0x01, 0x00, 0xf8, 0x01, 0x00, 0xf8, 0x07, 0x00, 0xfe,
  140. X   0x0f, 0x00, 0xff, 0x0f, 0x00, 0xff, 0x1f, 0x80, 0xff, 0x2f, 0x40, 0xff,
  141. X   0xf7, 0xf0, 0xfe, 0xff, 0xf9, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff};
  142. END_OF_FILE
  143. if test 449 -ne `wc -c <'bitmaps/mine.bm'`; then
  144.     echo shar: \"'bitmaps/mine.bm'\" unpacked with wrong size!
  145. fi
  146. # end of 'bitmaps/mine.bm'
  147. fi
  148. if test -f 'bitmaps/num_case_0.bm' -a "${1}" != "-c" ; then 
  149.   echo shar: Will not clobber existing file \"'bitmaps/num_case_0.bm'\"
  150. else
  151. echo shar: Extracting \"'bitmaps/num_case_0.bm'\" \(467 characters\)
  152. sed "s/^X//" >'bitmaps/num_case_0.bm' <<'END_OF_FILE'
  153. X#define num_case_0_width 20
  154. X#define num_case_0_height 20
  155. Xstatic char num_case_0_bits[] = {
  156. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  157. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  158. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  159. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  160. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  161. END_OF_FILE
  162. if test 467 -ne `wc -c <'bitmaps/num_case_0.bm'`; then
  163.     echo shar: \"'bitmaps/num_case_0.bm'\" unpacked with wrong size!
  164. fi
  165. # end of 'bitmaps/num_case_0.bm'
  166. fi
  167. if test -f 'bitmaps/num_case_1.bm' -a "${1}" != "-c" ; then 
  168.   echo shar: Will not clobber existing file \"'bitmaps/num_case_1.bm'\"
  169. else
  170. echo shar: Extracting \"'bitmaps/num_case_1.bm'\" \(467 characters\)
  171. sed "s/^X//" >'bitmaps/num_case_1.bm' <<'END_OF_FILE'
  172. X#define num_case_1_width 20
  173. X#define num_case_1_height 20
  174. Xstatic char num_case_1_bits[] = {
  175. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x0e, 0x00,
  176. X   0x00, 0x0f, 0x00, 0x80, 0x0f, 0x00, 0xc0, 0x0f, 0x00, 0xe0, 0x0f, 0x00,
  177. X   0x00, 0x0f, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x0f, 0x00,
  178. X   0x00, 0x0f, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x0f, 0x00, 0xe0, 0x7f, 0x00,
  179. X   0xe0, 0x7f, 0x00, 0xe0, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  180. END_OF_FILE
  181. if test 467 -ne `wc -c <'bitmaps/num_case_1.bm'`; then
  182.     echo shar: \"'bitmaps/num_case_1.bm'\" unpacked with wrong size!
  183. fi
  184. # end of 'bitmaps/num_case_1.bm'
  185. fi
  186. if test -f 'bitmaps/num_case_2.bm' -a "${1}" != "-c" ; then 
  187.   echo shar: Will not clobber existing file \"'bitmaps/num_case_2.bm'\"
  188. else
  189. echo shar: Extracting \"'bitmaps/num_case_2.bm'\" \(467 characters\)
  190. sed "s/^X//" >'bitmaps/num_case_2.bm' <<'END_OF_FILE'
  191. X#define num_case_2_width 20
  192. X#define num_case_2_height 20
  193. Xstatic char num_case_2_bits[] = {
  194. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x3f, 0x00, 0xe0, 0x7f, 0x00,
  195. X   0xf0, 0xff, 0x00, 0x70, 0xe0, 0x00, 0x70, 0xf0, 0x00, 0x00, 0x78, 0x00,
  196. X   0x00, 0x3c, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x0f, 0x00, 0x80, 0x07, 0x00,
  197. X   0xc0, 0x03, 0x00, 0xe0, 0x01, 0x00, 0xf0, 0x00, 0x00, 0xf0, 0xff, 0x00,
  198. X   0xf0, 0xff, 0x00, 0xf0, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  199. END_OF_FILE
  200. if test 467 -ne `wc -c <'bitmaps/num_case_2.bm'`; then
  201.     echo shar: \"'bitmaps/num_case_2.bm'\" unpacked with wrong size!
  202. fi
  203. # end of 'bitmaps/num_case_2.bm'
  204. fi
  205. if test -f 'bitmaps/num_case_3.bm' -a "${1}" != "-c" ; then 
  206.   echo shar: Will not clobber existing file \"'bitmaps/num_case_3.bm'\"
  207. else
  208. echo shar: Extracting \"'bitmaps/num_case_3.bm'\" \(467 characters\)
  209. sed "s/^X//" >'bitmaps/num_case_3.bm' <<'END_OF_FILE'
  210. X#define num_case_3_width 20
  211. X#define num_case_3_height 20
  212. Xstatic char num_case_3_bits[] = {
  213. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x3f, 0x00, 0xf0, 0x7f, 0x00,
  214. X   0xf0, 0xff, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xf0, 0x00,
  215. X   0x00, 0x7f, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x7f, 0x00, 0x00, 0xf0, 0x00,
  216. X   0x00, 0xf0, 0x00, 0x00, 0xf0, 0x00, 0xf0, 0xff, 0x00, 0xf0, 0x7f, 0x00,
  217. X   0xf0, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  218. END_OF_FILE
  219. if test 467 -ne `wc -c <'bitmaps/num_case_3.bm'`; then
  220.     echo shar: \"'bitmaps/num_case_3.bm'\" unpacked with wrong size!
  221. fi
  222. # end of 'bitmaps/num_case_3.bm'
  223. fi
  224. if test -f 'bitmaps/num_case_4.bm' -a "${1}" != "-c" ; then 
  225.   echo shar: Will not clobber existing file \"'bitmaps/num_case_4.bm'\"
  226. else
  227. echo shar: Extracting \"'bitmaps/num_case_4.bm'\" \(467 characters\)
  228. sed "s/^X//" >'bitmaps/num_case_4.bm' <<'END_OF_FILE'
  229. X#define num_case_4_width 20
  230. X#define num_case_4_height 20
  231. Xstatic char num_case_4_bits[] = {
  232. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x7b, 0x00, 0xc0, 0x7b, 0x00,
  233. X   0xc0, 0x7b, 0x00, 0xe0, 0x79, 0x00, 0xe0, 0x79, 0x00, 0xf0, 0x78, 0x00,
  234. X   0xf0, 0x78, 0x00, 0xf0, 0xff, 0x00, 0xf0, 0xff, 0x00, 0xf0, 0xff, 0x00,
  235. X   0x00, 0x78, 0x00, 0x00, 0x78, 0x00, 0x00, 0x78, 0x00, 0x00, 0x78, 0x00,
  236. X   0x00, 0x78, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  237. END_OF_FILE
  238. if test 467 -ne `wc -c <'bitmaps/num_case_4.bm'`; then
  239.     echo shar: \"'bitmaps/num_case_4.bm'\" unpacked with wrong size!
  240. fi
  241. # end of 'bitmaps/num_case_4.bm'
  242. fi
  243. if test -f 'bitmaps/num_case_5.bm' -a "${1}" != "-c" ; then 
  244.   echo shar: Will not clobber existing file \"'bitmaps/num_case_5.bm'\"
  245. else
  246. echo shar: Extracting \"'bitmaps/num_case_5.bm'\" \(467 characters\)
  247. sed "s/^X//" >'bitmaps/num_case_5.bm' <<'END_OF_FILE'
  248. X#define num_case_5_width 20
  249. X#define num_case_5_height 20
  250. Xstatic char num_case_5_bits[] = {
  251. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0xff, 0x00, 0xf0, 0xff, 0x00,
  252. X   0xf0, 0xff, 0x00, 0x70, 0x00, 0x00, 0x70, 0x00, 0x00, 0x70, 0x00, 0x00,
  253. X   0xf0, 0x3f, 0x00, 0xf0, 0x7f, 0x00, 0xf0, 0xff, 0x00, 0x00, 0xe0, 0x00,
  254. X   0x00, 0xe0, 0x00, 0x70, 0xe0, 0x00, 0xf0, 0xff, 0x00, 0xe0, 0x7f, 0x00,
  255. X   0xc0, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  256. END_OF_FILE
  257. if test 467 -ne `wc -c <'bitmaps/num_case_5.bm'`; then
  258.     echo shar: \"'bitmaps/num_case_5.bm'\" unpacked with wrong size!
  259. fi
  260. # end of 'bitmaps/num_case_5.bm'
  261. fi
  262. if test -f 'bitmaps/num_case_6.bm' -a "${1}" != "-c" ; then 
  263.   echo shar: Will not clobber existing file \"'bitmaps/num_case_6.bm'\"
  264. else
  265. echo shar: Extracting \"'bitmaps/num_case_6.bm'\" \(467 characters\)
  266. sed "s/^X//" >'bitmaps/num_case_6.bm' <<'END_OF_FILE'
  267. X#define num_case_6_width 20
  268. X#define num_case_6_height 20
  269. Xstatic char num_case_6_bits[] = {
  270. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0x00, 0xe0, 0xff, 0x00,
  271. X   0xf0, 0xff, 0x00, 0x70, 0x00, 0x00, 0x70, 0x00, 0x00, 0x70, 0x00, 0x00,
  272. X   0xf0, 0x3f, 0x00, 0xf0, 0x7f, 0x00, 0xf0, 0xff, 0x00, 0x70, 0xe0, 0x00,
  273. X   0x70, 0xe0, 0x00, 0x70, 0xe0, 0x00, 0xf0, 0xff, 0x00, 0xe0, 0x7f, 0x00,
  274. X   0xc0, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  275. END_OF_FILE
  276. if test 467 -ne `wc -c <'bitmaps/num_case_6.bm'`; then
  277.     echo shar: \"'bitmaps/num_case_6.bm'\" unpacked with wrong size!
  278. fi
  279. # end of 'bitmaps/num_case_6.bm'
  280. fi
  281. if test -f 'bitmaps/num_case_7.bm' -a "${1}" != "-c" ; then 
  282.   echo shar: Will not clobber existing file \"'bitmaps/num_case_7.bm'\"
  283. else
  284. echo shar: Extracting \"'bitmaps/num_case_7.bm'\" \(467 characters\)
  285. sed "s/^X//" >'bitmaps/num_case_7.bm' <<'END_OF_FILE'
  286. X#define num_case_7_width 20
  287. X#define num_case_7_height 20
  288. Xstatic char num_case_7_bits[] = {
  289. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0xff, 0x00, 0xf0, 0xff, 0x00,
  290. X   0xf0, 0xff, 0x00, 0x00, 0x70, 0x00, 0x00, 0x70, 0x00, 0x00, 0x38, 0x00,
  291. X   0x00, 0x38, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x0e, 0x00,
  292. X   0x00, 0x0e, 0x00, 0x00, 0x07, 0x00, 0x00, 0x07, 0x00, 0x80, 0x03, 0x00,
  293. X   0x80, 0x03, 0x00, 0x80, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  294. END_OF_FILE
  295. if test 467 -ne `wc -c <'bitmaps/num_case_7.bm'`; then
  296.     echo shar: \"'bitmaps/num_case_7.bm'\" unpacked with wrong size!
  297. fi
  298. # end of 'bitmaps/num_case_7.bm'
  299. fi
  300. if test -f 'bitmaps/num_case_8.bm' -a "${1}" != "-c" ; then 
  301.   echo shar: Will not clobber existing file \"'bitmaps/num_case_8.bm'\"
  302. else
  303. echo shar: Extracting \"'bitmaps/num_case_8.bm'\" \(467 characters\)
  304. sed "s/^X//" >'bitmaps/num_case_8.bm' <<'END_OF_FILE'
  305. X#define num_case_8_width 20
  306. X#define num_case_8_height 20
  307. Xstatic char num_case_8_bits[] = {
  308. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x3f, 0x00, 0xe0, 0x7f, 0x00,
  309. X   0xf0, 0xff, 0x00, 0xf0, 0xf9, 0x00, 0xf0, 0xf0, 0x00, 0xf0, 0xf9, 0x00,
  310. X   0xe0, 0x7f, 0x00, 0xc0, 0x3f, 0x00, 0xe0, 0x7f, 0x00, 0xf0, 0xf9, 0x00,
  311. X   0xf0, 0xf0, 0x00, 0xf0, 0xf9, 0x00, 0xf0, 0xff, 0x00, 0xe0, 0x7f, 0x00,
  312. X   0xc0, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  313. END_OF_FILE
  314. if test 467 -ne `wc -c <'bitmaps/num_case_8.bm'`; then
  315.     echo shar: \"'bitmaps/num_case_8.bm'\" unpacked with wrong size!
  316. fi
  317. # end of 'bitmaps/num_case_8.bm'
  318. fi
  319. if test -f 'bitmaps/pied.bm' -a "${1}" != "-c" ; then 
  320.   echo shar: Will not clobber existing file \"'bitmaps/pied.bm'\"
  321. else
  322. echo shar: Extracting \"'bitmaps/pied.bm'\" \(449 characters\)
  323. sed "s/^X//" >'bitmaps/pied.bm' <<'END_OF_FILE'
  324. X#define pied_width 20
  325. X#define pied_height 20
  326. Xstatic char pied_bits[] = {
  327. X   0x00, 0x00, 0xf0, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xf0, 0xf8, 0xff, 0xf1,
  328. X   0xf8, 0xf9, 0xf1, 0x78, 0xf8, 0xf1, 0x18, 0xf8, 0xf1, 0x08, 0xf8, 0xf1,
  329. X   0x18, 0xf8, 0xf1, 0x78, 0xf8, 0xf1, 0xf8, 0xf9, 0xf1, 0xf8, 0xfb, 0xf1,
  330. X   0xf8, 0xfb, 0xf1, 0xf8, 0xf0, 0xf1, 0x38, 0xc0, 0xf1, 0x18, 0x80, 0xf1,
  331. X   0xf8, 0xff, 0xf1, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xf0};
  332. END_OF_FILE
  333. if test 449 -ne `wc -c <'bitmaps/pied.bm'`; then
  334.     echo shar: \"'bitmaps/pied.bm'\" unpacked with wrong size!
  335. fi
  336. # end of 'bitmaps/pied.bm'
  337. fi
  338. if test -f 'bitmaps/reflet.bm' -a "${1}" != "-c" ; then 
  339.   echo shar: Will not clobber existing file \"'bitmaps/reflet.bm'\"
  340. else
  341. echo shar: Extracting \"'bitmaps/reflet.bm'\" \(455 characters\)
  342. sed "s/^X//" >'bitmaps/reflet.bm' <<'END_OF_FILE'
  343. X#define reflet_width 20
  344. X#define reflet_height 20
  345. Xstatic char reflet_bits[] = {
  346. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  347. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x03, 0x00,
  348. X   0x80, 0x03, 0x00, 0x80, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  349. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  350. X   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  351. END_OF_FILE
  352. if test 455 -ne `wc -c <'bitmaps/reflet.bm'`; then
  353.     echo shar: \"'bitmaps/reflet.bm'\" unpacked with wrong size!
  354. fi
  355. # end of 'bitmaps/reflet.bm'
  356. fi
  357. if test -f 'bitmaps/relief_blanc.bm' -a "${1}" != "-c" ; then 
  358.   echo shar: Will not clobber existing file \"'bitmaps/relief_blanc.bm'\"
  359. else
  360. echo shar: Extracting \"'bitmaps/relief_blanc.bm'\" \(473 characters\)
  361. sed "s/^X//" >'bitmaps/relief_blanc.bm' <<'END_OF_FILE'
  362. X#define relief_blanc_width 20
  363. X#define relief_blanc_height 20
  364. Xstatic char relief_blanc_bits[] = {
  365. X   0xff, 0xff, 0x07, 0xff, 0xff, 0x03, 0xff, 0xff, 0x01, 0x07, 0x00, 0x00,
  366. X   0x07, 0x00, 0x00, 0x07, 0x00, 0x00, 0x07, 0x00, 0x00, 0x07, 0x00, 0x00,
  367. X   0x07, 0x00, 0x00, 0x07, 0x00, 0x00, 0x07, 0x00, 0x00, 0x07, 0x00, 0x00,
  368. X   0x07, 0x00, 0x00, 0x07, 0x00, 0x00, 0x07, 0x00, 0x00, 0x07, 0x00, 0x00,
  369. X   0x07, 0x00, 0x00, 0x03, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00};
  370. END_OF_FILE
  371. if test 473 -ne `wc -c <'bitmaps/relief_blanc.bm'`; then
  372.     echo shar: \"'bitmaps/relief_blanc.bm'\" unpacked with wrong size!
  373. fi
  374. # end of 'bitmaps/relief_blanc.bm'
  375. fi
  376. if test -f 'bitmaps/relief_gris.bm' -a "${1}" != "-c" ; then 
  377.   echo shar: Will not clobber existing file \"'bitmaps/relief_gris.bm'\"
  378. else
  379. echo shar: Extracting \"'bitmaps/relief_gris.bm'\" \(470 characters\)
  380. sed "s/^X//" >'bitmaps/relief_gris.bm' <<'END_OF_FILE'
  381. X#define relief_gris_width 20
  382. X#define relief_gris_height 20
  383. Xstatic char relief_gris_bits[] = {
  384. X   0x00, 0x00, 0x08, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x0e,
  385. X   0x00, 0x00, 0x0e, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x0e,
  386. X   0x00, 0x00, 0x0e, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x0e,
  387. X   0x00, 0x00, 0x0e, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x0e,
  388. X   0x00, 0x00, 0x0e, 0xfc, 0xff, 0x0f, 0xfe, 0xff, 0x0f, 0xff, 0xff, 0x0f};
  389. END_OF_FILE
  390. if test 470 -ne `wc -c <'bitmaps/relief_gris.bm'`; then
  391.     echo shar: \"'bitmaps/relief_gris.bm'\" unpacked with wrong size!
  392. fi
  393. # end of 'bitmaps/relief_gris.bm'
  394. fi
  395. echo shar: End of archive 3 \(of 3\).
  396. cp /dev/null ark3isdone
  397. MISSING=""
  398. for I in 1 2 3 ; do
  399.     if test ! -f ark${I}isdone ; then
  400.     MISSING="${MISSING} ${I}"
  401.     fi
  402. done
  403. if test "${MISSING}" = "" ; then
  404.     echo You have unpacked all 3 archives.
  405.     rm -f ark[1-9]isdone
  406. else
  407.     echo You still need to unpack the following archives:
  408.     echo "        " ${MISSING}
  409. fi
  410. ##  End of shell archive.
  411. exit 0
  412.