naev
0.11.5
src
save.h
1
/*
2
* See Licensing and Copyright notice in naev.h
3
*/
4
#pragma once
5
6
int
save_all
(
void
);
7
int
save_all_with_name
(
const
char
*name );
8
void
save_reload
(
void
);
save_reload
void save_reload(void)
Reload the current saved game.
Definition
save.c:206
save_all_with_name
int save_all_with_name(const char *name)
Saves the current game.
Definition
save.c:105
save_all
int save_all(void)
Saves the current game.
Definition
save.c:94
Generated by
1.12.0