OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / autopick / autopick-dirty-flags.h
1 #pragma once
2
3 /*
4  * Dirty flag for text editor
5  */
6 #define DIRTY_ALL           0x0001
7 #define DIRTY_MODE          0x0004
8 #define DIRTY_SCREEN        0x0008
9 #define DIRTY_NOT_FOUND     0x0010
10 #define DIRTY_NO_SEARCH     0x0020
11 #define DIRTY_EXPRESSION    0x0040
12 #define DIRTY_SKIP_INACTIVE 0x0080
13 #define DIRTY_INACTIVE      0x0100