mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-26 07:02:49 +00:00
shmup:: export monster list
This commit is contained in:
parent
f7b65230d7
commit
5fddb2caaa
@ -126,7 +126,7 @@ EX multimap<cell*, monster*> monstersAt;
|
|||||||
typedef multimap<cell*, monster*>::iterator mit;
|
typedef multimap<cell*, monster*>::iterator mit;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
vector<monster*> active, nonvirtual, additional;
|
EX vector<monster*> active, nonvirtual, additional;
|
||||||
|
|
||||||
cell *findbaseAround(shiftpoint p, cell *around, int maxsteps) {
|
cell *findbaseAround(shiftpoint p, cell *around, int maxsteps) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user