OSDN Git Service

[Refactor] #3230 PlayerType::update に関わる処理を、RedrawingFlagsUpdaterに集約した
[hengbandforosx/hengbandosx.git] / src / main / game-data-initializer.h
1 #pragma once
2 /*!
3  * @file game-data-initializer.h
4  * @brief 変愚蛮怒のゲームデータ初期化ヘッダファイル
5  */
6
7 #include "system/angband.h"
8
9 class PlayerType;
10 void init_other(PlayerType *player_ptr);
11 void init_alloc(void);