Differences From Artifact [fb2fb6b1fb]:
- File heromesh.h — part of check-in [89cc6486f6] at 2022-08-10 05:45:57 on branch trunk — Implement CONFIG_NO_STATUS (user: user, size: 10621) [annotate] [blame] [check-ins using]
To Artifact [f41b1c99d8]:
- File heromesh.h — part of check-in [a9af94f292] at 2022-08-11 20:11:07 on branch trunk — Implement level hashes calculation. (user: user, size: 10651) [annotate] [blame] [check-ins using]
︙ | |||
361 362 363 364 365 366 367 368 369 370 371 372 373 374 | 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 | + | } EditorRect; extern EditorRect editrect; void run_editor(void); void write_empty_level_set(FILE*); void batch_import(void); void make_level_hashes(void); // == picedit == void run_picture_editor(void); // == sound == |
︙ |