Add a DEMOTE_WORD() macro.
This commit is contained in:
parent
2328739e51
commit
36a6cbca34
1 changed files with 1 additions and 0 deletions
1
advent.h
1
advent.h
|
@ -59,6 +59,7 @@
|
|||
#define ACTION_WORD(n) ((n) + 2000)
|
||||
#define SPECIAL_WORD(n) ((n) + 3000)
|
||||
#define PROMOTE_WORD(n) ((n) + 1000)
|
||||
#define DEMOTE_WORD(n) ((n) - 1000)
|
||||
|
||||
enum bugtype {
|
||||
SPECIAL_TRAVEL_500_GT_L_GT_300_EXCEEDS_GOTO_LIST,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue