OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-saved-floor-exceed' into...
[hengband/hengband.git] / src / grid / lighting-colors-table.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #define MAX_COLORS 16
6 #define MAX_TIME_ZONES 2
7
8 extern TERM_COLOR lighting_colours[MAX_COLORS][MAX_TIME_ZONES];