OSDN Git Service

Merge pull request #1527 from habu1010/feature/new-smith-activation
[hengbandforosx/hengbandosx.git] / src / view / display-map.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #define MAX_IMAGE_OBJECT_HACK 19
6 #define MAX_IMAGE_MONSTER_HACK 53
7
8 extern byte display_autopick;
9 extern char image_object_hack[MAX_IMAGE_OBJECT_HACK];
10 extern char image_monster_hack[MAX_IMAGE_MONSTER_HACK];
11
12 struct player_type;
13 void map_info(player_type *player_ptr, POSITION y, POSITION x, TERM_COLOR *ap, SYMBOL_CODE *cp, TERM_COLOR *tap, SYMBOL_CODE *tcp);