Differences From 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]
To Artifact [e8f5d32ef9]:
- File heromesh.h — part of check-in [42f95966ca] at 2021-01-10 03:23:24 on branch trunk — Implement autotest mode and add the config.doc file (user: user, size: 7918) [annotate] [blame] [check-ins using]
︙ | |||
257 258 259 260 261 262 263 264 265 266 267 268 269 270 | 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 | + | // == game == extern Uint8*replay_list; extern Uint16 replay_size,replay_count,replay_pos,replay_mark; extern Uint8 solution_replay; void run_game(void); void run_auto_test(void); void locate_me(int x,int y); // == edit == void run_editor(void); void write_empty_level_set(FILE*); |