Hengband  2.2.1
warning.h
[詳解]
1 #pragma once
2 
3 extern object_type *choose_warning_item(void);
4 extern bool process_warning(POSITION xx, POSITION yy);
object_type * choose_warning_item(void)
警告を放つアイテムを選択する / Choose one of items that have warning flag Calculate spell damages
Definition: warning.c:28
Definition: object.h:189
s32b POSITION
ゲーム中の座標型を定義
Definition: h-type.h:146
bool process_warning(POSITION xx, POSITION yy)
プレイヤーが特定地点へ移動した場合に警告を発する処理 / Examine the grid (xx,yy) and warn the player if there are any danger
Definition: warning.c:400