X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fangband.h;h=74cd4019634b59d94e2a0094789c0126fd1c475a;hb=98225695dd8c03500d7d823ed8b711f8bcd70e4d;hp=ccd7b8c129dddc5b9a3937a823b002f0451fa5ee;hpb=ba831890410464dd09aa573bdf89f306af9fa217;p=hengband%2Fhengband.git diff --git a/src/angband.h b/src/angband.h index ccd7b8c12..74cd40196 100644 --- a/src/angband.h +++ b/src/angband.h @@ -1,19 +1,20 @@ -/* File: angband.h */ - -/* Main "Angband" header file */ - -#ifndef INCLUDED_ANGBAND_H -#define INCLUDED_ANGBAND_H - -/* +/*! + * @file angband.h + * @brief Angband(変愚蛮怒)メインヘッダファイル + * Main "Angband" header file + * @date 2014/08/08 + * @author * Copyright (c) 1989 James E. Wilson - * + * @details * * This software may be copied and distributed for educational, research, and * not for profit purposes provided that this copyright and statement are * included in all such copies. + * This file has been modified for use with "Angband 2.8.2" */ +#ifndef INCLUDED_ANGBAND_H +#define INCLUDED_ANGBAND_H /* * First, include the low-level includes. Be sure to edit "h-config.h" @@ -42,8 +43,10 @@ * Now, include the define's, the type's, and the extern's */ #include "defines.h" +#include "gamevalue.h" #include "types.h" #include "externs.h" +#include "gameoption.h" /***** Some copyright messages follow below *****/