Differences From Artifact [66fec90ead]:
- File heromesh.h — part of check-in [a50cf8eac3] at 2021-10-08 02:27:25 on branch trunk — Begin implementation of (Order) block (currently incomplete and doesn't work). (user: user, size: 8817) [annotate] [blame] [check-ins using]
To Artifact [9e46039699]:
- File heromesh.h — part of check-in [602616bb91] at 2021-10-14 01:14:52 on branch trunk — Complete implementation of (Order) block (mostly untested so far) (user: user, size: 8843) [annotate] [blame] [check-ins using]
| ︙ | |||
140 141 142 143 144 145 146 147 148 149 150 151 152 153 | 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 | + |
#define OF_MOVED 0x0040
#define OF_DONE 0x0080
#define OF_KEYCLEARED 0x0100
#define OF_DESTROYED 0x0200
#define OF_BIZARRO 0x0400
#define OF_MOVED2 0x0800
#define OF_MOVING 0x1000
#define OF_ORDERED 0x2000
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
|
| ︙ |