1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-20 12:20:01 +00:00

missing export for the debug commit

This commit is contained in:
Zeno Rogue 2018-04-21 12:17:33 +02:00
parent 5a3114d279
commit abbf536466

View File

@ -570,6 +570,7 @@ namespace shmup {
};
extern struct monster* mousetarget;
extern monster *pc[MAXPLAYER];
extern eItem targetRangedOrb(orbAction a);
void degradeDemons();
void killThePlayer(eMonster m);