OSDN Git Service

[Refactor] C言語時代に「巨大なヘッダー定義」という意味でdefinitionを付けていたが、今はクラス化してメソッドも定義され、当初の意味を失ったbaseit...
[hengbandforosx/hengbandosx.git] / src / market / building-monster.h
1 #pragma once
2
3 class PlayerType;
4 bool research_mon(PlayerType *player_ptr);