Differences From Artifact [73a29c9f38]:
- File heromesh.h — part of check-in [169561bd42] at 2022-07-02 16:14:27 on branch trunk — Implement -O switch to output private solutions on stdout. (user: user, size: 10129) [annotate] [blame] [check-ins using]
To Artifact [9d19e813de]:
- File heromesh.h — part of check-in [08e7014805] at 2022-07-04 05:43:46 on branch trunk — Implement crushing (similar to pieces being crushed in ZZT if they cannot be pushed). (user: user, size: 10153) [annotate] [blame] [check-ins using]
| ︙ | |||
146 147 148 149 150 151 152 153 154 155 156 157 158 159 | 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 | + |
#define OF_KEYCLEARED 0x0100
#define OF_DESTROYED 0x0200
#define OF_BIZARRO 0x0400
#define OF_MOVED2 0x0800
#define OF_MOVING 0x1000
#define OF_ORDERED 0x2000
#define OF_CONNECTION 0x4000
#define OF_CRUSH 0x8000
typedef struct {
const char*name;
const char*edithelp; // not present if CF_GROUP
const char*gamehelp; // not present if CF_GROUP
Uint16*codes;
Uint16*messages; // use 0xFFFF if no such message block
|
| ︙ |