diff options
Diffstat (limited to 'sprites.h')
| -rw-r--r-- | sprites.h | 16 |
1 files changed, 16 insertions, 0 deletions
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
|
