mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-08-16 19:26:35 -04:00
github publish
This commit is contained in:
commit
506e23bf32
542 changed files with 120675 additions and 0 deletions
14
MAPS/SAVE_MAP.H
Normal file
14
MAPS/SAVE_MAP.H
Normal 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);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue