OSDN Git Service

Merge pull request #1192 from hengband/feature/3.0.0Alpha26
[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 typedef struct player_type player_type;
10 errr init_quests(void);
11 errr init_other(player_type *player_ptr);
12 errr init_object_alloc(void);
13 errr init_alloc(void);