3 * @brief ビットマップファイル読み取り処理のヘッダファイル
4 * This package provides a routine to read a DIB file and set up the device dependent version of the image.
7 * Copyright 1991 Microsoft Corporation. All rights reserved.
9 * This file has been modified for use with "Angband 2.8.2"
14 * @brief ビットマップファイル情報構造体 / Information about a bitmap
28 /* Read a DIB from a file */
29 BOOL ReadDIB(HWND, LPSTR, DIBINIT *);