| 191 | #define mon_visible(mon) _mon_visible(mon) |
| 192 | |
| 193 | int |
| 194 | see_with_infrared(struct monst *mon) |
| 195 | { |
| 196 | return _see_with_infrared(mon); |
| 197 | } |
| 198 | #define see_with_infrared(mon) _see_with_infrared(mon) |
| 199 | |
| 200 | int |
no outgoing calls
no test coverage detected