Differences From Artifact [5dda80566c]:
- File heromesh.h — part of check-in [52a2dcb87d] at 2019-05-18 03:37:17 on branch trunk — Start writing code for executing class codes (untested) (user: user, size: 6403) [annotate] [blame] [check-ins using]
To Artifact [25a549cebd]:
- File heromesh.h — part of check-in [b39ff189b9] at 2019-07-15 03:27:00 on branch trunk — Add gameover,key_ignored,changed variables for future use (user: user, size: 6438) [annotate] [blame] [check-ins using]
︙ | |||
187 188 189 190 191 192 193 194 195 196 197 198 199 200 | 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 | + | extern Uint32 generation_number; extern Object**objects; extern Uint32 nobjects; extern Value globals[0x800]; extern Uint32 firstobj,lastobj; extern Uint32 playfield[64*64]; extern Uint8 pfwidth,pfheight; extern Sint8 gameover,key_ignored; void pfunlink(Uint32 n); void pflink(Uint32 n); Uint32 objalloc(Uint16 c); void annihilate(void); const char*execute_turn(int key); |
︙ |