github publish

This commit is contained in:
Ondrej Novak 2025-01-24 18:27:22 +01:00
commit 506e23bf32
542 changed files with 120675 additions and 0 deletions

14
MAPS/SAVE_MAP.H Normal file
View file

@ -0,0 +1,14 @@
extern char filename[MAX_PATH];
int load_map(char *filename);
int save_map(char *filename);
int save_all_map(void);
long save_section(FILE *f,void *section, int sct_type,long sect_size);
long load_section(FILE *f,void **section, int *sct_type,long *sect_size);
int save_scr_list(FILE *f,TSTR_LIST names,int scr_id);
char check_sound_map();
char *set_password(char *text);
char check_password(char *text);
void encrypt(char *password);