Differences From Artifact [a29da74068]:
- File heromesh.h — part of check-in [d89808c09a] at 2021-02-21 00:43:08 on branch trunk — Add saving levels. (Now it is probably ready for public testing.) (user: user, size: 8179) [annotate] [blame] [check-ins using]
To Artifact [2279de3f22]:
- File heromesh.h — part of check-in [902bd1a80d] at 2021-02-22 04:53:07 on branch trunk — Add a mark type and some instructions dealing with it. (user: user, size: 8197) [annotate] [blame] [check-ins using]
| ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + |
#define TY_CLASS 1
#define TY_MESSAGE 2
#define TY_LEVELSTRING 3
#define TY_STRING 4
#define TY_SOUND 5
#define TY_USOUND 6
#define TY_FOR 7
#define TY_MARK 8
#define TY_MAXTYPE 15
// The level file format requires type codes 0 to 3 to be as is; other codes may change.
typedef struct {
union {
Sint32 s;
Uint32 u;
|
| ︙ |