#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