naev 0.11.5
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:206
int save_all_with_name(const char *name)
Saves the current game.
Definition save.c:105
int save_all(void)
Saves the current game.
Definition save.c:94