summaryrefslogtreecommitdiff
path: root/sprites.h
blob: d826539305d4237e35df31fc87249d5f2607ac1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _SPRITES_H_
#define _SPRITES_H_

extern const int knife[22][21];
extern const int gun[22][21];
extern const int ceiling[16][16];
extern const int floor[16][16];
extern const int enemy[32][16];
extern const int pack[8][8];
extern const int door[16][16];
extern const int wall[2][16][16];

extern const char packmsg[11];
extern const char hitmsg[19];

#endif