Differences From Artifact [0675ee5ddc]:
- File heromesh.h — part of check-in [0ced76ece7] at 2022-01-12 02:28:26 on branch trunk — Use 23-bit code page numbers. (user: user, size: 9570) [annotate] [blame] [check-ins using]
To Artifact [db1c986fad]:
- File heromesh.h — part of check-in [5c902e7a3f] at 2022-01-15 05:59:20 on branch trunk — Implement the user sounds (uncompressed) and MML sounds; does not work in the game yet, and built-in sounds are not yet implemented. (user: user, size: 9743) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
336 337 338 339 340 341 342 | void write_empty_level_set(FILE*); void batch_import(void); // == picedit == void run_picture_editor(void); | > > > > > > > > | 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 | void write_empty_level_set(FILE*); void batch_import(void); // == picedit == void run_picture_editor(void); // == sound == void init_sound(void); void set_sound_effect(Value v1,Value v2); Uint16 find_user_sound(const char*name); void set_sound_on(int on); void sound_test(void); |