Differences From Artifact [a48c2379a0]:
- File heromesh.h — part of check-in [60b09ee8e4] at 2022-10-19 22:28:12 on branch trunk — Implement returning classes/objects from COLLIDEBY message to transform objects. (Not fully tested yet) (user: user, size: 10663) [annotate] [blame] [check-ins using]
To Artifact [cbb8688147]:
- File heromesh.h — part of check-in [9087ab7896] at 2023-04-28 18:02:10 on branch trunk — Begin to implement multibyte character codes (it is not enough to be used, so far) (user: user, size: 10739) [annotate] [blame] [check-ins using]
| ︙ | |||
191 192 193 194 195 196 197 198 199 200 201 202 203 204 | 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 | + |
extern AnimationSlot anim_slot[8];
extern Uint8 keymask[256/8];
extern Uint16 array_size;
extern Uint16*orders;
extern Uint8 norders;
extern Uint16 control_class;
extern Uint8 has_xy_input; // zero if not, nonzero if it has
extern Uint8 has_mbcs; // nonzero if multibyte character encoding is in use
typedef struct {
// Flags: 1=fill-width, 2=multi-colours, 4=built-in-data
Uint8 width,data,color,flag;
Uint8 form[2];
Uint16 ptr;
} DisplayColumn;
|
| ︙ |