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