changeset 8619 | c2434269c3eb |
parent 7404 | fc0559157f16 |
child 8928 | b3c4a8968fe1 |
8618:6c3e824e83e4 | 8619:c2434269c3eb |
---|---|
2 |
2 |
3 /** @file spritecache.h */ |
3 /** @file spritecache.h */ |
4 |
4 |
5 #ifndef SPRITECACHE_H |
5 #ifndef SPRITECACHE_H |
6 #define SPRITECACHE_H |
6 #define SPRITECACHE_H |
7 |
|
8 #include "gfx_type.h" |
|
7 |
9 |
8 struct Sprite { |
10 struct Sprite { |
9 byte height; |
11 byte height; |
10 uint16 width; |
12 uint16 width; |
11 int16 x_offs; |
13 int16 x_offs; |