naev
0.12.6
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:216
save_all_with_name
int save_all_with_name(const char *name)
Saves the current game.
Definition
save.c:108
save_all
int save_all(void)
Saves the current game.
Definition
save.c:97
Generated by
1.14.0