src/spritecache.h
changeset 6852 439563b70fd3
parent 6803 9803e56a8d9c
child 6869 cd04f1d7cad7
equal deleted inserted replaced
6851:0a0a094fb9f1 6852:439563b70fd3
     4 
     4 
     5 #ifndef SPRITECACHE_H
     5 #ifndef SPRITECACHE_H
     6 #define SPRITECACHE_H
     6 #define SPRITECACHE_H
     7 
     7 
     8 struct Sprite {
     8 struct Sprite {
     9 	byte info;
       
    10 	byte height;
     9 	byte height;
    11 	uint16 width;
    10 	uint16 width;
    12 	int16 x_offs;
    11 	int16 x_offs;
    13 	int16 y_offs;
    12 	int16 y_offs;
    14 	byte data[VARARRAY_SIZE];
    13 	byte data[VARARRAY_SIZE];