palpic2png.c: improve, make usable with ppic binary files
[rofl0r-openDOW.git] / mapsprites.h
blobef433338dff14d7420a7d7f632efcb9c41d23aa6
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 #pragma RcB2 DEP "mapsprites.c"
12 #endif