OSDN Git Service

Merge pull request #1503 from Hourier/feature/Remove-Type-Aliases-Alpha38
[hengbandforosx/hengbandosx.git] / src / main / angband-initializer.h
1 #pragma once
2 /*!
3  * @file angband-initializer.h
4  * @brief 変愚蛮怒のシステム初期化処理ヘッダファイル
5  * @date 2015/01/02
6  * @author
7  * Copyright (c) 2000 Robert Ruehlmann
8  * @details
9  * This software may be copied and distributed for educational, research,
10  * and not for profit purposes provided that this copyright and statement
11  * are included in all such copies.
12  */
13
14 struct player_type;
15 void init_angband(player_type *player_ptr, bool no_term);
16 void init_file_paths(char *path, char *varpath);