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 [0675ee5ddc]:

To Artifact [db1c986fad]:


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