|
|
|
|
@ -16,7 +16,6 @@ extern BOOL gbValidSaveFile;
|
|
|
|
|
|
|
|
|
|
void pfile_init_save_directory(); |
|
|
|
|
void pfile_write_hero(); |
|
|
|
|
void pfile_flush(BOOL is_single_player, DWORD save_num); |
|
|
|
|
BOOL pfile_create_player_description(char *dst, DWORD len); |
|
|
|
|
BOOL pfile_rename_hero(const char *name_1, const char *name_2); |
|
|
|
|
void pfile_flush_W(); |
|
|
|
|
|