OSDN Git Service

[Refactor] #37287 #37353 型の置換。 / Type replacement.
[hengband/hengband.git] / src / trap.h
1 \r
2 extern void init_normal_traps(void);\r
3 extern s16b choose_random_trap(void);\r
4 extern void disclose_grid(POSITION y, POSITION x);\r
5 extern void place_trap(POSITION y, POSITION x);\r
6 extern void hit_trap(bool break_trap);\r
7 \r
8 #define MAX_NORMAL_TRAPS 18\r
9 \r
10 /* See init_feat_variables() in init2.c */\r