Free Hero Mesh

Diff
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

Differences From Artifact [fb2fb6b1fb]:

To Artifact [f41b1c99d8]:


361
362
363
364
365
366
367

368
369
370
371
372
373
374
375
376
377
378
379
380
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381







+













} 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 ==

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);