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
remove have-all-weapons hack, shopping is required now
[rofl0r-openDOW.git]
/
spawnmaps.h
blob
5721202c9e0a3084ff5db6632f45a85a9bffaa6d
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
//RcB: DEP "spawnmaps.c"
10
#endif