From 677385ffdd1e330cfba4dd712ca58595feeea41d Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 7 Oct 2013 14:11:24 +0200 Subject: initial commit --- sprites.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sprites.h (limited to 'sprites.h') diff --git a/sprites.h b/sprites.h new file mode 100644 index 0000000..d826539 --- /dev/null +++ b/sprites.h @@ -0,0 +1,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 -- cgit v1.3.1