X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Freaddib.h;h=eeb6600cc95287216c6b67665a4260111b3c89c5;hb=4e611411038fb31ffd95b56f3b2457bd0d48a115;hp=c1cb3a08984e2b6d8bbeefc94d7ff19dd8374200;hpb=c7b2453c02694e8bb0588d7688fe66b64972558a;p=hengband%2Fhengband.git diff --git a/src/readdib.h b/src/readdib.h index c1cb3a089..eeb6600cc 100644 --- a/src/readdib.h +++ b/src/readdib.h @@ -1,13 +1,17 @@ -/* File: readdib.h */ - -/* - * This file has been modified for use with "Angband 2.8.2" - * +/*! + * @file readdib.h + * @brief ビットマップファイル読み取り処理のヘッダファイル + * This package provides a routine to read a DIB file and set up the device dependent version of the image. + * @date 2014/08/08 + * @author * Copyright 1991 Microsoft Corporation. All rights reserved. + * @details + * This file has been modified for use with "Angband 2.8.2" */ -/* - * Information about a bitmap +/*! + * @struct DIBINIT + * @brief ビットマップファイル情報構造体 / Information about a bitmap */ typedef struct { HANDLE hDIB;