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]
/
spawnmaps.h
blob
76006e8a89aa4c3d3b9c1bc26dd9d27f4056abd6
1
#ifndef SPAWNMAPS_H
2
#define SPAWNMAPS_H
3
4
#include
"maps.h"
5
#include
"enemy.h"
6
7
extern
const struct
enemy_spawn_screen
*
spawn_maps
[
MI_MAX
];
8
9
#pragma RcB2 DEP
"spawnmaps.c"
10
11
#endif