Differences From Artifact [c906f5298c]:
- File heromesh.h — part of check-in [7dab93e8a9] at 2021-01-08 00:32:14 on branch trunk — Change read_lump function; also add read_userstate and write_userstate. (user: user, size: 7862) [annotate] [blame] [check-ins using]
To Artifact [f7c90cf74d]:
- File heromesh.h — part of check-in [3edc879c32] at 2021-01-09 00:56:28 on branch trunk — Implement the solution replay (user: user, size: 7892) [annotate] [blame] [check-ins using]
︙ | |||
254 255 256 257 258 259 260 261 262 263 264 265 266 267 | 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 | + | const char*execute_turn(int key); const char*init_level(void); // == game == extern Uint8*replay_list; extern Uint16 replay_size,replay_count,replay_pos,replay_mark; extern Uint8 solution_replay; void run_game(void); void locate_me(int x,int y); // == edit == void run_editor(void); |
︙ |