implement shooting gunturrets
[rofl0r-openDOW.git] / mapsprites.h
blob1ff5818b7f9188d419de10ca7246946be14d94ba
1 #ifndef MAPSPRITES_H
2 #define MAPSPRITES_H
4 #include "map.h"
5 #include "palpic.h"
7 extern const struct palpic *map_fg_sprites[];
8 extern const struct palpic *map_bg_sprites[];
10 //RcB: DEP "mapsprites.c"
11 #endif