Differences From Artifact [c5f496bb05]:
- File heromesh.h — part of check-in [c75006b3f9] at 2021-11-18 00:56:27 on branch trunk — Implement batch import mode. (user: user, size: 8874) [annotate] [blame] [check-ins using]
To Artifact [390cfc3e4a]:
- File heromesh.h — part of check-in [665dcd24be] at 2021-12-10 00:00:13 on branch trunk — Implement the (Control) block to define a global control object. (user: user, size: 8903) [annotate] [blame] [check-ins using]
| ︙ | |||
174 175 176 177 178 179 180 181 182 183 184 185 186 187 | 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 | + |
extern Uint8 back_color,inv_back_color;
extern char**stringpool;
extern AnimationSlot anim_slot[8];
extern Uint8 keymask[256/8];
extern Uint16 array_size;
extern Uint16*orders;
extern Uint8 norders;
extern Uint16 control_class;
Uint16 get_message_ptr(int c,int m);
void load_classes(void);
// == bindings ==
typedef struct {
|
| ︙ |