OSDN Git Service

[Refactor] #3155 get_screen_size() の引数からint* をなくし、戻り値をpair に変えた
[hengbandforosx/hengbandosx.git] / src / store / gold-magnification-table.h
1 #pragma once
2
3 #include "player-info/race-types.h"
4 #include "system/angband.h"
5
6 extern byte rgold_adj[MAX_RACES][MAX_RACES];