OSDN Git Service

Merge branch 'master' of https://github.com/hengband/hengband
[hengbandforosx/hengbandosx.git] / src / main / x11-gamma-builder.h
1 #pragma once
2 /*!
3  * @file x11-gamma-builder.h
4  * @brief X11環境ガンマ値の調整処理ヘッダ
5  */
6
7 #include "system/angband.h"
8
9 extern byte gamma_table[256];
10 void build_gamma_table(int gamma);