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:
parent
c3ca4766a4
commit
5fddbf5fca
1 changed files with 2 additions and 0 deletions
|
@ -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 *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue