naev 0.12.6
save.h
1/*
2 * See Licensing and Copyright notice in naev.h
3 */
4#pragma once
5
6int save_all( void );
7int save_all_with_name( const char *name );
8void save_reload( void );
void save_reload(void)
Reload the current saved game.
Definition save.c:216
int save_all_with_name(const char *name)
Saves the current game.
Definition save.c:108
int save_all(void)
Saves the current game.
Definition save.c:97