repo.or.cz
/
rofl0r-openDOW.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add bunker2 automatic shooting
[rofl0r-openDOW.git]
/
mapsprites.h
blob
1ff5818b7f9188d419de10ca7246946be14d94ba
1
#ifndef MAPSPRITES_H
2
#define MAPSPRITES_H
3
4
#include
"map.h"
5
#include
"palpic.h"
6
7
extern
const struct
palpic
*
map_fg_sprites
[];
8
extern
const struct
palpic
*
map_bg_sprites
[];
9
10
//RcB: DEP "mapsprites.c"
11
#endif