Differences From Artifact [34bcd17910]:
- File heromesh.h — part of check-in [f4f4383c4e] at 2020-12-17 22:10:04 on branch trunk — Implement the rest of the phases of the turn; still not working perfectly though (user: user, size: 7401) [annotate] [blame] [check-ins using]
To Artifact [62b3419027]:
- File heromesh.h — part of check-in [6d402e1175] at 2020-12-19 22:24:37 on branch trunk — Implement command to create a new empty puzzle set (user: user, size: 7436) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
243 244 245 246 247 248 249 250 | // == game == void run_game(void); // == edit == void run_editor(void); | > | 243 244 245 246 247 248 249 250 251 | // == game == void run_game(void); // == edit == void run_editor(void); void write_empty_level_set(FILE*); |