1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-31 09:52:25 +01:00

These function declarations should be in extern

This commit is contained in:
Chris-plus-alphanumericgibberish 2017-11-03 20:19:44 -04:00
parent c3ca4766a4
commit 5fddbf5fca

View file

@ -1356,6 +1356,8 @@ E void FDECL(mondied, (struct monst *));
E void FDECL(monvanished, (struct monst *));
E void FDECL(mongone, (struct monst *));
E void FDECL(monstone, (struct monst *));
E void FDECL(mongolded, (struct monst *));
E void FDECL(monglassed, (struct monst *));
E void FDECL(monkilled, (struct monst *,const char *,int));
E void FDECL(unstuck, (struct monst *));
E void FDECL(killed, (struct monst *));