File: bitmap.h

package info (click to toggle)
netmaze 0.81%2Bjpg0.82-14.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,208 kB
  • ctags: 915
  • sloc: ansic: 8,277; tcl: 1,223; makefile: 66; sh: 26
file content (42 lines) | stat: -rw-r--r-- 1,300 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
 * Bitmaps for Mono/Grey-Mode
 */

#include "bitmaps/player0.xbm"
#include "bitmaps/player1.xbm"
#include "bitmaps/player2.xbm"
#include "bitmaps/player3.xbm"
#include "bitmaps/player4.xbm"
#include "bitmaps/player5.xbm"
#include "bitmaps/player6.xbm"
#include "bitmaps/player7.xbm"
#include "bitmaps/player8.xbm"
#include "bitmaps/player9.xbm"
#include "bitmaps/player10.xbm"
#include "bitmaps/player11.xbm"
#include "bitmaps/player12.xbm"
#include "bitmaps/player13.xbm"
#include "bitmaps/player14.xbm"
#include "bitmaps/player15.xbm"
#include "bitmaps/player16.xbm"
#include "bitmaps/player17.xbm"
#include "bitmaps/player18.xbm"
#include "bitmaps/player19.xbm"
#include "bitmaps/player20.xbm"
#include "bitmaps/hwall.xbm"
#include "bitmaps/vwall.xbm"
#include "bitmaps/bgtop.xbm"
#include "bitmaps/bgbottom.xbm"


char *player_bits[] = { player0_bits ,player1_bits ,player2_bits ,player3_bits
                       ,player4_bits ,player5_bits ,player6_bits ,player7_bits
                       ,player8_bits ,player9_bits ,player10_bits
                       ,player11_bits ,player12_bits ,player13_bits
                       ,player14_bits ,player15_bits ,player16_bits
                       ,player17_bits ,player18_bits ,player19_bits
                       ,player20_bits ,NULL };