Differences From Artifact [ed576c77f1]:
- File heromesh.h — part of check-in [0d3bc1253d] at 2021-10-28 02:37:01 on branch trunk — Implement ^x and also some , and = variants of a few instructions. (user: user, size: 8849) [annotate] [blame] [check-ins using]
To Artifact [c5f496bb05]:
- File heromesh.h — part of check-in [c75006b3f9] at 2021-11-18 00:56:27 on branch trunk — Implement batch import mode. (user: user, size: 8874) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
301 302 303 304 305 306 307 308 309 310 311 312 | Uint8 x0,y0,x1,y1; } EditorRect; extern EditorRect editrect; void run_editor(void); void write_empty_level_set(FILE*); // == picedit == void run_picture_editor(void); | > | 301 302 303 304 305 306 307 308 309 310 311 312 313 | Uint8 x0,y0,x1,y1; } EditorRect; extern EditorRect editrect; void run_editor(void); void write_empty_level_set(FILE*); void batch_import(void); // == picedit == void run_picture_editor(void); |